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 5 months ago

SimonHeybrock commented 5 months ago

Fixes #61.

jokasimr commented 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
astellhorn commented 5 months ago

pip install scipp --upgrade

Yes, it works! Thanks!