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

typo fixed

parent 13fa5306
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ def add_objects(self, chip, filt, tel, pointing, catalog, obs_param):
        obj.unload_SED()
        del obj
        # gc.collect()
    cat.free_mem
    cat.free_mem()
    del cat

    if chip.survey_type == "spectroscopic" and not self.overall_config["run_option"]["out_cat_only"] and chip.slsPSFOptim: