Skip to content

Commit a78af6c

Browse files
authored
Merge pull request #51 from nipreps/fix/allow-warning
FIX: Allow ``UserWarning`` when brain mask is not provided
2 parents 548a744 + d3d9f37 commit a78af6c

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)