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 has been 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.
Interesting. Which python version are you using, and on which platform?
Thanks for the feedback. Feel free to contact me directly if you have other issues.
This is 2.7.15, on a Ubuntu 18.04 system. Will do - one of our scientists here at MLZ Garching was interested in the interface, and I set up the testing instance for him to try. I'm sure there will be more questions once he uploads some real data :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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")
?The text was updated successfully, but these errors were encountered: