Commit 27e4deb8 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

remove testing statements

parent 520b28aa
Pipeline #4510 passed with stage
in 0 seconds
......@@ -249,9 +249,9 @@ class Catalog(CatalogBase):
)
for igals in range(ngals):
# (TEST)
if igals > 100:
break
# # (TEST)
# if igals > 100:
# break
param = self.initialize_param()
param['ra'] = ra_arr[igals]
......@@ -406,9 +406,9 @@ class Catalog(CatalogBase):
input_time_str=time_str
)
for istars in range(nstars):
# (TEST)
if istars > 100:
break
# # (TEST)
# if istars > 100:
# break
param = self.initialize_param()
param['ra'] = ra_arr[istars]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment