Skip to content

Fixed iteration over Array2D

Duncan Macleod requested to merge github/fork/duncanmmacleod/array2d-iter into develop

This PR fixes iterating over an Array2D (including a Spectrogram). Since we overload __getitem__ to return a custom column class, we need to bypass astropy.units.Quantity.__iter__ to just call out to __getitem__.

Merge request reports