We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was checking dipole.py and saw this:
dipole.py
cheetah/cheetah/accelerator/dipole.py
Line 77 in ff3430b
It might be overwriting the name generated from the Element class init :
cheetah/cheetah/accelerator/element.py
Line 37 in ff3430b
The text was updated successfully, but these errors were encountered:
Yeah ... I think this is an issue and the line in dipole.py should be removed. We should also check if other elements do the same thing.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I was checking
dipole.py
and saw this:cheetah/cheetah/accelerator/dipole.py
Line 77 in ff3430b
It might be overwriting the name generated from the Element class init :
cheetah/cheetah/accelerator/element.py
Line 37 in ff3430b
The text was updated successfully, but these errors were encountered: