Previous topic

error_solver.solvers.ErrorSolver

Next topic

error_solver.solvers.ErrorSolver.equation_vars

This Page

error_solver.solvers.ErrorSolver.check

ErrorSolver.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.