Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Feb 19, 2021
1 parent e37cb39 commit 02a417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAGA/objects/build3.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def prepare_delve_catalog_for_merging(catalog, to_remove=None, to_recover=None,
catalog["morphology_info"] = catalog["morphology_info"].astype(np.int32)
catalog["is_galaxy"] = catalog["is_galaxy"].astype(bool)
catalog["radius_err"] = catalog["radius"] * 1.0e-4
catalog["REF_CAT"] = ' '
catalog["REF_CAT"] = " "
catalog["SGA_ID"] = -1

if trim:
Expand Down

0 comments on commit 02a417c

Please sign in to comment.