neurostuff / PyMARE

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

Failing tests #109

Closed tsalo closed 2 years ago

tsalo commented 2 years ago

In this week's scheduled CI, tests started failing: https://github.com/neurostuff/PyMARE/actions/runs/2767886868

tsalo commented 2 years ago

@JulioAPeraza will you have time this week to look into this?

JulioAPeraza commented 2 years ago

Sure!

JulioAPeraza commented 2 years ago

I think the issue comes from scipy.optimize.minimize in pymare.stats.q_profile, after the latest scipy release. https://github.com/neurostuff/PyMARE/blob/19af39959baa34eea4a34aa564945a0cbef30f62/pymare/stats.py#L111-L113