Skip to content

Commit

Permalink
set the default nonmopotonic handler as error
Browse files Browse the repository at this point in the history
(will raise exception)
  • Loading branch information
vedina committed Nov 19, 2024
1 parent 781c0db commit 922c11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):


class CalibrationComponent(Plottable):
nonmonotonic: Literal["ignore", "nan", "error"] = "nan"
nonmonotonic: Literal["ignore", "nan", "error"] = "error"

def __init__(self, laser_wl, spe, spe_units, ref, ref_units, sample=None):
super(CalibrationComponent, self).__init__()
Expand Down

0 comments on commit 922c11e

Please sign in to comment.