-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix AttributeError for misaligned non-multipoles #37
Fix AttributeError for misaligned non-multipoles #37
Conversation
This an alternative solution to #36. |
I added a fix to #38, maybe Adrian should have a look first |
missing element bug introduced in previous commit when changing from elements to element_names as reference for errors
The following rebase of Roman's version fixes
https://github.com/aoeftiger/pysixtrack/tree/hotfix/ealign_non-multipole --> if you base this PR on the above branch, Roman's commit contents are preserved and everything is good to go. Summary:This PR fixes a bug which occurs when trying to apply empty Tests run cleanly:https://github.com/aoeftiger/pysixtrack/actions/runs/216470070 |
1c7e0ef
to
f8ad424
Compare
@roman-martin has integrated my changes in his branch, should be good to go for the merge. |
Fixes issue #34.