Closed SimonHeybrock closed 5 months ago
I am sorry I still somehow cant test this myself as when compiling the correction_test.py, I still get the error message cannot import name 'assert_allclose' from 'scipp.testing'
Sounds like you might have an old scipp version installed. Try to update it and see if the issue goes away.
If you installed scipp using mamba
or conda
do:
mamba update -c scipp scipp
If you installed using pip
do
pip install scipp --upgrade
pip install scipp --upgrade
Yes, it works! Thanks!
Fixes #61.