Skip to content

Commit c2e0cb0

Browse files
chaithyagrDaval-G
andauthored
Update src/mrinufft/io/nsp.py
Co-authored-by: Guillaume Daval-Frérot <[email protected]>
1 parent aaa3a16 commit c2e0cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mrinufft/io/nsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def write_trajectory(
337337
warnings.warn(
338338
"Slew rate at start of trajectory exceeds maximum slew rate!"
339339
f"Maximum slew rate: {np.max(np.abs(border_slew_rate)):.3f}"
340-
" > {smax:.3f}. Please use prephase gradient to avoid this "
340+
f" > {smax:.3f}. Please use prephase gradient to avoid this "
341341
" issue."
342342
)
343343

0 commit comments

Comments
 (0)