specparam.data.ModelRunModes¶
- class specparam.data.ModelRunModes(debug, check_freqs, check_data)[source]¶
Checks performed and errors raised by the model.
- Parameters:
- debugbool
Whether to run in debug mode.
- check_freqsbool
Whether to run in check freqs mode.
- check_databool
Whether to run in check data mode.
Notes
This object is a data object, based on a NamedTuple, with immutable data attributes.