neurostuff / PyMARE

PyMARE: Python Meta-Analysis & Regression Engine
https://pymare.readthedocs.io
MIT License
50 stars 11 forks source link

Coerce tau2 to an array in permutation_test #94

Closed tsalo closed 2 years ago

tsalo commented 2 years ago

Closes None, but should fix a bug when running permutation_test on WeightedLeastSquares results, since WLS has a single tau2 value across all datasets.

Changes proposed:

codecov-commenter commented 2 years ago

Codecov Report

Merging #94 (aeeffe7) into master (cda03cc) will decrease coverage by 0.07%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   87.51%   87.44%   -0.08%     
==========================================
  Files          13       13              
  Lines         841      844       +3     
==========================================
+ Hits          736      738       +2     
- Misses        105      106       +1     
Impacted Files Coverage Δ
pymare/results.py 81.59% <85.71%> (-0.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cda03cc...aeeffe7. Read the comment docs.