Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postprocessing issue in BandUP V2.9.0 #20

Closed
arrackad opened this issue Apr 5, 2021 · 1 comment
Closed

Postprocessing issue in BandUP V2.9.0 #20

arrackad opened this issue Apr 5, 2021 · 1 comment

Comments

@arrackad
Copy link

arrackad commented Apr 5, 2021

In the post unfolding utility, line 658 of the code 'plot_unfolded_EBS_BandUP.py' is: 'if symb_dict.has_key(input_list[i].upper()):'
However, this 'has_key()' was removed in python3 and it has to be replaced by '__ contains __()'. It solved my problem. This is just a minor issue, I hope this will be helpful.

@stepan-tsirkin
Copy link
Member

Hi @arrackad
This, and many other compatibility issues are solved in the current master branch of the repository.
please, install from it and use, and report problems that may arise with the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants