neurostuff / PyMARE

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

Mac python 3.9 error #116

Closed jdkent closed 7 months ago

jdkent commented 1 year ago

=========================== short test summary info ============================ FAILED pymare/tests/test_effectsize_base.py::test_compute_measure - assert False

https://github.com/neurostuff/PyMARE/actions/runs/4969728472/job/13460184099

JulioAPeraza commented 7 months ago

I think this was addressed here: https://github.com/neurostuff/PyMARE/pull/118/files#diff-aaa3af340f9e3507b5a26d2d2f129848e514d9c64a929b61d1ab7e9c6f3ca062 the list of solutions had a different ordering than the symbols. Doing solutions = [[solutions[s] for s in symbols]] solved the issue.

jdkent commented 7 months ago

closing