Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Castro Ginard authored and Alfred Castro Ginard committed May 2, 2024
1 parent 8733939 commit ab82be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gaiaunlimited/selectionfunctions/binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def __init__(self):
try:
with open(self._get_data("dict_SL_ruwe.pkl"),'rb') as f:
SL_hpx5 = pickle.load(f)

#############################################################################################
self.ra = np.hstack([SL_hpx5[i]['ra_degrees'] for i in range(hp.order2npix(5))])
self.dec = np.hstack([SL_hpx5[i]['dec_degrees'] for i in range(hp.order2npix(5))])
Expand Down

0 comments on commit ab82be2

Please sign in to comment.