FitInputsDummy

class lsst.multiprofit.FitInputsDummy

Bases: FitInputsBase

A dummy FitInputs that always fails to validate.

This class can be used to initialize a FitInputsBase that may be reassigned to a non-dummy derived instance in a loop.

Methods Summary

validate_for_model(model)

Check that this FitInputs is valid for a Model.

Methods Documentation

validate_for_model(model: ModelD | ModelF) list[str]

Check that this FitInputs is valid for a Model.

Parameters:
model

The model to validate with.

Returns:
errors

A list of validation errors, if any.