You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fill mask parameter for trivial model in model factory
Fill mask parameter for trivial model in model factory: extract the
`mask` named argument from the keyword arguments.
Fixes:
```
test/test_integration.py::test_proximity_estimator_trivial_model
/home/runner/work/nifreeze/nifreeze/src/nifreeze/model/base.py:103:
UserWarning: No mask provided; consider using a mask to avoid issues in model optimization.
warn(mask_absence_warn_msg)
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/12871532342/job/35885011589?pr=54#step:11:1159
0 commit comments