TestComparisonError

exception psi4.driver.TestComparisonError(msg)[source]

Bases: psi4.driver.p4util.exceptions.PsiException

Error called when a test case fails due to a failed compare_values() call. Prints error message msg to standard output stream and output file.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.