-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fixed bug in print_decay_modes where decays with equal BFs were skipped #452
Conversation
Hi @manuelfs, thank you for the fix. I'm sure you tested it but one still needs to add a test to ensure all is fine (just use my minimal reproducer #451 (comment)). Will you take care of that? And also of fixing the pre-commit failure? (I'm not sure I will have time before I depart on holidays. Otherwise I will get back to this upon return.) |
There was already a "test" of the I don't know how to handle the error in the pre-commit check, I don't see that in my system. Also, I get a super long traceback when I try to run
|
Hi @manuelfs. I'm back and am going to take a look ... Can you commit your custom test file to get rid of the error
and actually test things? I don't use nox (yet), sorry. |
Never mind, the file is there ! |
Let me know if you are also happy with this new version of the PR. |
The update
hints at a bug upon starring a bit more at why this is updated. As I would like to address that asap and I'm unsure if you are away on holidays, I will go ahead and merge this. Kindly follow-up if you see a need. Thank you for this contribution. |
@all-contributors please add @manuelfs for code |
I've put up a pull request to add @manuelfs! 🎉 |
This PR fixes #451.
I also reduced the number of decimals printed to 5 or 7.