Commit 31e95ea1 authored by Wei Chengliang's avatar Wei Chengliang
Browse files

typo fixed

parent 13fa5306
Pipeline #7519 passed with stage
in 0 seconds
...@@ -245,7 +245,7 @@ def add_objects(self, chip, filt, tel, pointing, catalog, obs_param): ...@@ -245,7 +245,7 @@ def add_objects(self, chip, filt, tel, pointing, catalog, obs_param):
obj.unload_SED() obj.unload_SED()
del obj del obj
# gc.collect() # gc.collect()
cat.free_mem cat.free_mem()
del cat del cat
if chip.survey_type == "spectroscopic" and not self.overall_config["run_option"]["out_cat_only"] and chip.slsPSFOptim: if chip.survey_type == "spectroscopic" and not self.overall_config["run_option"]["out_cat_only"] and chip.slsPSFOptim:
......
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