Skip to content

Commit

Permalink
codestyle tyranny
Browse files Browse the repository at this point in the history
  • Loading branch information
christinawlindberg committed May 23, 2024
1 parent 568735c commit 46af310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion beast/fitting/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@ def IAU_names_and_extra_info(obsdata, surveyname="PHAT", extraInfo=False):
if "beast_idx" in list(obsdata.data.keys()):
r["beast_idx"] = obsdata.data["beast_idx"]


return r


Expand Down
1 change: 0 additions & 1 deletion beast/tools/split_simulated_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def split_simulated_catalog(
# add index column to help sort merged files later
cat["beast_idx"] = np.arange(len(cat))


# write out sub-files, if chosen
if (n_per_file is not None) or (min_n_subfile is not None):

Expand Down

0 comments on commit 46af310

Please sign in to comment.