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
Provide masks to models in tests.
Fixes:
```
test/test_model.py::test_two_initialisations
test/test_model.py::test_trivial_model
test/test_model.py::test_average_model
/home/runner/work/nifreeze/nifreeze/src/nifreeze/model/base.py:99:
UserWarning: No mask provided; consider using a mask to avoid issues in model optimization.
warn("No mask provided; consider using a mask to avoid issues in model optimization.")
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/12769534850/job/35592349975#step:11:1032
0 commit comments