You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
The use command can break a lot of stuff, so it should not be used as heavily as it is currently the case in cpymad.
One example being after aperture, where the aperture call completely ruins the sequence as far as I am aware. A different case is after errors have been assigned, where use will reset the errors again.
Some kind of auto_use flag that can be turned off might improve things. This is generally a problematic limitation in madx
The use command can break a lot of stuff, so it should not be used as heavily as it is currently the case in cpymad.
One example being after aperture, where the aperture call completely ruins the sequence as far as I am aware. A different case is after errors have been assigned, where use will reset the errors again.
Some kind of auto_use flag that can be turned off might improve things. This is generally a problematic limitation in madx