You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2021. It is now read-only.
I set up an instance according to the test/README.md - everything was installing fine and I could log in. Only difference is that instead of conda, I used a "normal" virtualenv to install the dependencies.
I set up an instance according to the test/README.md - everything was installing fine and I could log in. Only difference is that instead of conda, I used a "normal" virtualenv to install the dependencies.
When trying to load some data, I always get an error due to failed encoding of the Angstrom sign that is added to the plot in https://github.com/neutrons/web_reflectivity/blob/master/web_reflectivity/fitting/view_util.py#L755 - if I replace that with "AA" it works.
Are you by chance operating in an environment with
sys.setdefaultencoding("utf8")?