Searched refs:atol (Results 1 – 1 of 1) sorted by relevance
56 def verify_training_data(database_array, correct_array, ceed_resource, atol=1e-8, rtol=1e-8): argument65 if not np.allclose(database_array, correct_array, atol=atol, rtol=rtol):67 … total_tolerances = atol + rtol * np.abs(correct_array) # mimic np.allclose tolerance calculation76 atol=atol, rtol=rtol) else True