neurostuff / PyMARE

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

Make n and X optional for DataFrame-based Datasets #89

Closed tsalo closed 2 years ago

tsalo commented 2 years ago

Closes #88.

Changes proposed:

codecov-commenter commented 2 years ago

Codecov Report

Merging #89 (40254ad) into master (94855af) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   86.74%   86.90%   +0.16%     
==========================================
  Files          10       11       +1     
  Lines         792      802      +10     
==========================================
+ Hits          687      697      +10     
  Misses        105      105              
Impacted Files Coverage Δ
pymare/core.py 92.15% <100.00%> (+1.24%) :arrow_up:
pymare/utils.py 100.00% <100.00%> (ø)

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 94855af...40254ad. Read the comment docs.