Use mandatory kwargs for assert_regular_bins methods #360
Labels
breaking
API-breaking or results change: generally reserved for major version number changes
Milestone
There is a slight API inconsistency between the Spectrum1D and Spectrum2D assert_regular_bins methods: if a single positional string argument is provided it could be interpreted as "message" or "bin_ax".
It's simple to fix (insert a * in the arguments list) but technically this is a breaking change so we should defer it for v2.
The text was updated successfully, but these errors were encountered: