Skip to content

Commit

Permalink
Add empty line for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 6, 2024
1 parent f93a716 commit 4b66bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/target_selection/skies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ def is_valid_sky(
query += f" AND {cat_params.mag_column} <= {cat_params.mag_threshold}"

b_targets = polars.read_database(query, database)

if cat_params.mag_column is not None:
if cat_params.is_flux:
zpt = _known_flux_zpts[cat_params.flux_unit]
Expand Down

0 comments on commit 4b66bda

Please sign in to comment.