DESC
DESC copied to clipboard
Consider Switching Inheritance Order of `CoilSet` and `MixedCoilSet`
This is somewhat unrelated, but would it make more sense to have
MixedCoilSet
be the parent class andCoilSet
as the child? SinceMixedCoilSet
is the most general andCoilSet
is the special case where all of the coils have to be the same type.
Originally posted by @ddudt in https://github.com/PlasmaControl/DESC/pull/1106#pullrequestreview-2162097544