Skip to content

Commit

Permalink
Satisfying linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Aug 30, 2023
1 parent cf789c9 commit 08f9c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def compute(
# this calculates the coma magnitude in each filter
try:
for filt in observing_filters:
df.loc[df["optFilter"] == filt, "coma_magnitude"] = com.mag(g, filt, rap=1.)
df.loc[df["optFilter"] == filt, "coma_magnitude"] = com.mag(g, filt, rap=1.0)
except KeyError as err:
self._log_exception(err)

Expand Down

0 comments on commit 08f9c04

Please sign in to comment.