Skip to content

Commit

Permalink
fix spacing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Dec 9, 2024
1 parent b4a2fa2 commit dbb495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def _indirect_conversion(values, orig_units, targ_units, eqv,
elif image_data or (spec_unit and solid_angle_in_spec):
if not solid_angle_in_targ:
targ_units /= solid_angle_in_spec
solid_angle_in_targ = solid_angle_in_spec
solid_angle_in_targ = solid_angle_in_spec
if ((u.Unit(targ_units) in indirect_units()) or
(u.Unit(orig_units) in indirect_units())):
# SB -> Flux -> Flux -> SB
Expand Down

0 comments on commit dbb495c

Please sign in to comment.