Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
9fabe429
Commit
9fabe429
authored
Dec 19, 2023
by
Fang Yuedong
Browse files
removed the debugging break in the object loop
parent
db83fdd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ObservationSim/ObservationSim.py
View file @
9fabe429
...
...
@@ -196,9 +196,9 @@ class Observation(object):
for
j
in
range
(
self
.
nobj
):
# (DEBUG)
if
j
>=
10
:
break
#
#
(DEBUG)
#
if j >= 10:
#
break
obj
=
self
.
cat
.
objs
[
j
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment