Skip to content

Commit

Permalink
Forgotten closing bracket in print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Jul 27, 2023
1 parent 17ee04d commit a6b374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtscalibration/datastore_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def merge_double_ended_times(ds_fw, ds_bw, verify_timedeltas=True, verbose=True)
"The following measurements do not belong together, as the time difference\n"
"between the\forward and backward measurements is more than 1.5 seconds\n"
"larger than the neighboring measurements.\n"
f"FW: {ds_fw.isel(time=itfw).time.values} and BW: {ds_bw.isel(time=itbw).time.values}"
f"FW: {ds_fw.isel(time=itfw).time.values} and BW: {ds_bw.isel(time=itbw).time.values}")

else:
iuse_chfw2 = iuse_chfw
Expand Down

0 comments on commit a6b374d

Please sign in to comment.