4.7.5.2.1.1.3. statsmodels.tools.dump2module.HoldIt.verify¶
-
HoldIt.
verify
()[source]¶ load the saved module and verify the data
This tries several ways of comparing the saved and the attached data, but might not work for all possible data structures.
Returns: all_correct : bool
true if no differences are found, for floating point numbers rtol=1e-16, atol=1e-16 is used to determine equality (allclose)
correctli : list
list of attribute names that compare as equal
incorrectli : list
list of attribute names that did not compare as equal, either because they differ or because the comparison does not handle the data structure correctly