Support for direct comparison of `cpymad.madx.ArrayAttribute`
Closed this issue · 2 comments
chernals commented
When comparing attributes of elements, a simple comparison with ==
works for attributes of base types. However, although ArrayAttribute
looks like a list, a direct comparison doesn't work.
If this is correct, then I suggest that this should be implemented.
coldfix commented
Hey,
sure! Should be easy. Feel free to submit a PR.
chernals commented
Will do.