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
27e4deb8
Commit
27e4deb8
authored
May 12, 2024
by
Fang Yuedong
Browse files
remove testing statements
parent
520b28aa
Pipeline
#4510
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
catalog/C9_Catalog.py
View file @
27e4deb8
...
@@ -249,9 +249,9 @@ class Catalog(CatalogBase):
...
@@ -249,9 +249,9 @@ class Catalog(CatalogBase):
)
)
for
igals
in
range
(
ngals
):
for
igals
in
range
(
ngals
):
# (TEST)
#
#
(TEST)
if
igals
>
100
:
#
if igals > 100:
break
#
break
param
=
self
.
initialize_param
()
param
=
self
.
initialize_param
()
param
[
'ra'
]
=
ra_arr
[
igals
]
param
[
'ra'
]
=
ra_arr
[
igals
]
...
@@ -406,9 +406,9 @@ class Catalog(CatalogBase):
...
@@ -406,9 +406,9 @@ class Catalog(CatalogBase):
input_time_str
=
time_str
input_time_str
=
time_str
)
)
for
istars
in
range
(
nstars
):
for
istars
in
range
(
nstars
):
# (TEST)
#
#
(TEST)
if
istars
>
100
:
#
if istars > 100:
break
#
break
param
=
self
.
initialize_param
()
param
=
self
.
initialize_param
()
param
[
'ra'
]
=
ra_arr
[
istars
]
param
[
'ra'
]
=
ra_arr
[
istars
]
...
...
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