Home
last modified time | relevance | path

Searched full:atol (Results 1 – 2 of 2) sorted by relevance

/honee/tests/
H A Dsmartsim_regression_framework.py56 def verify_training_data(database_array, correct_array, ceed_resource, atol=1e-8, rtol=1e-8): argument
65 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 calculation
76 atol=atol, rtol=rtol) else True
/honee/examples/
H A Dadvection.yaml14 atol: 1e-4
19 atol: 1e-3