Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankruse committed Nov 9, 2024
1 parent 6124a37 commit 7aa019b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,6 @@ def load_data(updated_koi_params=True, only_candidates=True):
assert np.unique(dftoi['disposition']).size == 3

# make these useful degrees like all the other catalogs
breakpoint()
dftoi['ra'] = Angle(dftoi['RA'].values, unit='hourangle').degree
dftoi['dec'] = Angle(dftoi['Dec'].values, unit='degree').degree

Expand Down

0 comments on commit 7aa019b

Please sign in to comment.