Skip to content

Commit d3d9f37

Browse files
committed
fix: allow UserWarning when brain mask is not provided
1 parent 548a744 commit d3d9f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ filterwarnings = [
182182
"ignore:Updating b0_threshold to.*:UserWarning",
183183
# scikit-learn
184184
"ignore:The optimal value found for dimension.*:sklearn.exceptions.ConvergenceWarning",
185+
# masks
186+
"ignore:No mask provided;.*:UserWarning",
185187
]
186188

187189

0 commit comments

Comments
 (0)