Dipole element name overwriting
jp-ga opened this issue · 1 comments
jp-ga commented
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
jank324 commented
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.