issues
search
neurostuff
/
PyMARE
PyMARE: Python Meta-Analysis & Regression Engine
https://pymare.readthedocs.io
MIT License
51
stars
14
forks
source link
Remove use of deprecated `sympy.core.compatibility` module
#81
Closed
tsalo
closed
2 years ago
tsalo
commented
2 years ago
Closes #80.
Changes proposed:
Replace
simply.core.compatibility.exec_
call with
exec
.
Closes #80.
Changes proposed:
simply.core.compatibility.exec_
call withexec
.