hibtc/cpymad

Support for direct comparison of `cpymad.madx.ArrayAttribute`

Closed this issue · 2 comments

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.

Hey,

sure! Should be easy. Feel free to submit a PR.

Will do.