Skip to content

Commit

Permalink
Another mandatory kwarg for "unsafe"
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Wilkins <[email protected]>
  • Loading branch information
ajjackson and oerc0122 committed Nov 19, 2024
1 parent 9eb863e commit 27c9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euphonic/spectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ def _from_spectra_bins_check(ref_bins_data: dict[str, Quantity],

@classmethod
def from_spectra(
cls, spectra: Sequence[Spectrum2D], unsafe: bool = False
cls, spectra: Sequence[Spectrum2D], *, unsafe: bool = False
) -> Self:
"""Combine Spectrum2D to produce a new collection
Expand Down

0 comments on commit 27c9565

Please sign in to comment.