Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 6, 2024
1 parent 0688033 commit 4944210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/target_selection/skies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ def is_valid_sky(
# Mark the entries in that are within minimum separation as NOT skies.
df[idx2_min_sep, cat_name] = False

# Create the valid sky mask but combining all the catalogues.
# Create the valid sky mask by combining all the catalogues.
valid_df = df.select(*catalogues)
mask = valid_df.fold(lambda s1, s2: s1 & s2).to_numpy().astype(numpy.bool_)

Expand Down

0 comments on commit 4944210

Please sign in to comment.