Previous topic

error_solver.solvers.ErrorSolverPy

Next topic

error_solver.solvers.ErrorSolverPy.equation_vars

This Page

error_solver.solvers.ErrorSolverPy.check

ErrorSolverPy.check(self, values, errors, combo=None)[source]

Checks that the input parameters are correct to carry out a solution.

Parameters:
values : dict

A dictionary mapping variable names to values.

errors : dict

A dictionary mapping variable names to errors.

combo : str

The name of the equation combination to be applied.