Skip to content

Commit 18db028

Browse files
committed
Fix f-string quotes
1 parent 7c9df5b commit 18db028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stglib/eofe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def calc_bin_height(ds):
418418
"units": "m",
419419
"long_name": "bin(center) distance from seafloor",
420420
"positive": "up",
421-
"note": f"Distance is along profile from seafloor to center of bin. Calculated as initial instrument height {math_sign} bin(center) distance from transducer based on {ds.attrs[f"{prefix}SoundSpeed_mps"]} m/s sound vel.",
421+
"note": f"Distance is along profile from seafloor to center of bin. Calculated as initial instrument height {math_sign} bin(center) distance from transducer based on {ds.attrs[f'{prefix}SoundSpeed_mps']} m/s sound vel.",
422422
# % math_sign,
423423
}
424424
)

0 commit comments

Comments
 (0)