specparam.data.ModelChecks

class specparam.data.ModelChecks(check_freqs, check_data)[source]

Checks performed and errors raised by the model.

Parameters:
check_freqsbool

Whether to check freqs.

check_databool

Whether to check data.

Notes

This object is a data object, based on a NamedTuple, with immutable data attributes.