Skip to content

Commit

Permalink
last lynting
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Jan 16, 2025
1 parent e39226e commit 1006608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astronify/simulator/sim_lc.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def simulated_lc(
if lc_type == "flare":
hdr.append(
(
"FLARETIM",
flare_time,
"Index corresponding to the peak of the flare.",
"FLARETIM",
flare_time,
"Index corresponding to the peak of the flare.",
)
)
hdr.append(("FLAREAMP", flare_amp, "Amplitude of the flare."))
Expand Down

0 comments on commit 1006608

Please sign in to comment.