ENH: Make imagestats module available on import nibabel#1208
ENH: Make imagestats module available on import nibabel#1208effigies merged 2 commits intonipy:masterfrom Factral:master
import nibabel#1208Conversation
|
Thanks! Can you run isort on it? We also have pre-commit configured, so you can |
|
Ah, for the mypy one, you need to run |
thanks!, the error was because i was trying to commit from windows 😂 |
Codecov ReportBase: 92.15% // Head: 92.04% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1208 +/- ##
==========================================
- Coverage 92.15% 92.04% -0.12%
==========================================
Files 97 97
Lines 12334 12334
Branches 2534 2534
==========================================
- Hits 11367 11353 -14
- Misses 645 654 +9
- Partials 322 327 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
import nibabel
|
Thanks! The failures are #1209, so unrelated to this. |

this add the import of imagestats to init.py
context of imagestats: #952
Solve #1207