-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MRG, ENH: Add Label.restrict and faster patch info #7108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7108 +/- ##
==========================================
+ Coverage 89.7% 89.71% +0.01%
==========================================
Files 444 444
Lines 78976 79019 +43
Branches 12674 12677 +3
==========================================
+ Hits 70848 70895 +47
+ Misses 5317 5315 -2
+ Partials 2811 2809 -2 |
|
FYI this now contains some testing fixes that fix failures in current |
|
In that case I'll see if I can fix the docstring checking code, then merge once CIs are happy |
|
sounds good thx
… |
|
There are a lot of errors to fix :( I'll fix the one introduced here, merge, then fix the others in a separate PR. |
* ENH: Add Label.restrict and faster patch info * FIX: Param
* ENH: Add Label.restrict and faster patch info * FIX: Param
label.restrict, the opposite oflabel.filldist_limit=0.to allow using fasterdijkstracalculation in SciPy 1.3+ to only calculate patch informationn_jobsparameter ofadd_distanddist_limitabout parallelization depends on the number of source spaces (it parallelizes oververtnoactually).EDIT: Add test infrastructure workarounds for nilearn using deprecated sklearn stuff hitting us due to sklearn 0.22 release