pymead.utils.dict_recursion.compare_dicts_floating_precision#
- compare_dicts_floating_precision(dict_1: dict, dict_2: dict, atol: float) bool[source]#
Compares two dictionaries recursively. Early return
Falseif any nested dictionary is found to have a different length, and keys are found not to match, any float values found to not match by the floating-point precision specified byatol, or any non-float values found not to match.