Home
last modified time | relevance | path

Searched refs:database_array (Results 1 – 1 of 1) 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):
68 idx_notclose = np.where(np.abs(database_array - correct_array) > total_tolerances)
73 database_vorticity = database_array[idx_notclose]
81 np.save(database_output_path, database_array)