emsig / empymod

Full 3D electromagnetic modeller for 1D VTI media
https://empymod.emsig.xyz
Apache License 2.0
85 stars 22 forks source link

Fix macos/windows CI #165

Closed prisae closed 2 years ago

prisae commented 2 years ago

Problem: There is a failure in test_transform.py::test_hankel for MacOS/Windows CI; when using scipy v1.9.0. Not sure what is causing it.

Currently a dirty workaround: In the MacOS/Windows-CI we exclude scipy!=1.9.0. If it will be resolved upstream, good. If not, it will resurface with any new SciPy version.

Also restricting currently flake8<5, due to incompatibility with pytest-flake8.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2788524239


Totals Coverage Status
Change from base Build 2785127561: 0.0%
Covered Lines: 3112
Relevant Lines: 3122

💛 - Coveralls