We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa3a16 commit c2e0cb0Copy full SHA for c2e0cb0
src/mrinufft/io/nsp.py
@@ -337,7 +337,7 @@ def write_trajectory(
337
warnings.warn(
338
"Slew rate at start of trajectory exceeds maximum slew rate!"
339
f"Maximum slew rate: {np.max(np.abs(border_slew_rate)):.3f}"
340
- " > {smax:.3f}. Please use prephase gradient to avoid this "
+ f" > {smax:.3f}. Please use prephase gradient to avoid this "
341
" issue."
342
)
343
0 commit comments