For quite some time the Azure Windows 3.7 conda job has been throwing the following error:
FAILED mne/minimum_norm/tests/test_inverse.py::test_make_inverse_operator_diag[testing_data-testing_data]
More detailed log message:
================================== FAILURES ===================================
_________ test_make_inverse_operator_diag[testing_data-testing_data] __________
[gw0] win32 -- Python 3.7.4 D:\a\1\s\conda\python.exe
mne\minimum_norm\tests\test_inverse.py:727: in test_make_inverse_operator_diag
rtol=1e-1, atol=1e-1, ctol=0.99, check_K=False)
mne\minimum_norm\tests\test_inverse.py:182: in _compare_inverses_approx
assert corr > ctol
E assert 0.7766994175372354 > 0.99
@larsoner suspects that this is related to MKL and probably hard to track down.
For quite some time the Azure Windows 3.7 conda job has been throwing the following error:
More detailed log message:
@larsoner suspects that this is related to MKL and probably hard to track down.