Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisa-Visentin committed Sep 11, 2024
1 parent 240fa4d commit 964867e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ def main():
wobble.append(wobble_run)
wobble = np.unique(wobble)
if len(wobble) > 1:
print(f"More than one wobble offset value for LST run {lst_run}: check data!")
print(
f"More than one wobble offset value for LST run {lst_run}: check data!"
)
wobble_str = "[" + "".join(str(x) for x in wobble) + "]"
print(f"Wobble offset for LST run {lst_run}:", wobble_str)
df_LST["wobble_offset"] = np.where(
Expand Down

0 comments on commit 964867e

Please sign in to comment.