Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: stack level in waring
Browse files Browse the repository at this point in the history
  • Loading branch information
esavary committed Mar 22, 2024
1 parent 1c35660 commit 08f4c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eddymotion/data/dmri.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ def load(
if bvec_file and bval_file:
warn(
"Gradients table file and b-vec/val files are defined; "
"dismissing b-vec/val files."
"dismissing b-vec/val files.",
stacklevel=2
)
elif bvec_file and bval_file:
grad = np.vstack(
Expand Down

0 comments on commit 08f4c3d

Please sign in to comment.