Searched refs:float (Results 1 – 4 of 4) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 65 csv_rtol: float = -1 66 csv_ztol: float = -1 67 cgns_tol: float = -1 404 def diff_csv(test_csv: Path, true_csv: Path, zero_tol: float, rel_tol: float, argument 463 true_val: float = float(true_line[key]) 464 test_val: float = float(test_line[key]) 481 def diff_cgns(test_cgns: Path, true_cgns: Path, cgns_tol: float) -> str: argument 626 start: float = time.time() 698 csv_ztol: float = spec.csv_ztol if spec.csv_ztol > 0 else suite_spec.csv_ztol 699 csv_rtol: float = spec.csv_rtol if spec.csv_rtol > 0 else suite_spec.csv_rtol
|
| H A D | smartsim_regression_framework.py | 197 start: float = time.time()
|
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 294 attributes[key] += float(ts_xml.get(key, 0))
|
| /honee/doc/ |
| H A D | examples.md | 300 …ribed by the Blasius soution profile, density is set constant, and temperature is allowed to float. 301 Using `weakT: true`, density is allowed to float and temperature is set constant.
|