scipp / esspolarization

Polarization data reduction for the European Spallation Source
https://scipp.github.io/esspolarization/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Half polarized workflow #62

Closed SimonHeybrock closed 2 weeks ago

SimonHeybrock commented 4 weeks ago

Fixes #61.

jokasimr commented 2 weeks 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
astellhorn commented 2 weeks ago

pip install scipp --upgrade

Yes, it works! Thanks!