-
Notifications
You must be signed in to change notification settings - Fork 58
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
Reorganize and streamline examples #656
Conversation
Codecov Report
@@ Coverage Diff @@
## main #656 +/- ##
==========================================
+ Coverage 85.25% 85.29% +0.03%
==========================================
Files 40 40
Lines 4530 4542 +12
==========================================
+ Hits 3862 3874 +12
Misses 668 668
Continue to review full report at Codecov.
|
# ----------------------------------------------------------------------------- | ||
from nimare.meta.cbma.ale import ALESubtraction | ||
|
||
meta = ALESubtraction(n_iters=10, n_cores=1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n_cores
needs to be 1 because sphinx-gallery can't handle parallelization yet.
This should have been part of neurostuff#656.
Also should have been part of neurostuff#656.
* Standardize example header lengths. * Missed one. * Replace manual conn definition with function. * Convert _calculate_cluster_measures into a function. * Improve spacing and docstring. * Remove unused parameter definition. * Update MKDAChi2 as well. * Add a versionchanged directive for the vfwe_only fix. This should have been part of #656. * Test vfwe_only. Also should have been part of #656.
Closes None. I just thought I'd clean up the examples a bit.
Changes proposed in this pull request:
vfwe_only
option inCBMAEstimator.correct_fwe_montecarlo
.