Suite

Suite class definition.

class Suite(item)

Bases: abc.ABC

__init__(item)

Create Suite from item.

identifiers
misfit_range(nmodels='all')

Return range of misfits for nmodels.

Parameters:nmodels ({int, “all”}, optional) – Number of models to consider, default is ‘all’ so all available models will be considered.
Returns:float, tuple – If nmodels==1, returns float corresponding to the single best misfit, otherwise returns tuple of the form (min_msft, max_msft).
misfit_repr(nmodels='all', **kwargs)

String representation of misfit [min-max] or [min].

Parameters:
Returns:

str – Representation of the misfit values for the selected suite.

misfits
size