| /honee/tests/ |
| H A D | junit_common.py | 26 def __init__(self, message): argument 33 def __init__(self, option_strings, dest, type, default, **kwargs): argument 49 def __call__(self, parser, namespace, values, option_string=None): argument 78 def __str__(self): argument 81 def __repr__(self): argument 88 def get_source_path(self, test: str) -> Path: argument 100 def get_run_path(self, test: str) -> Path: argument 112 def get_output_path(self, test: str, output_file: str) -> Path: argument 125 def test_failure_artifacts_path(self) -> Path: argument 130 def cgns_tol(self): argument [all …]
|
| H A D | junit.py | 51 def __init__(self, has_torch: bool): argument 57 def get_source_path(self, test: str) -> Path: argument 72 def get_run_path(self, test: str) -> Path: argument 83 def get_output_path(self, test: str, output_file: str) -> Path: argument 95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument 113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument 133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… argument 147 def check_allowed_stdout(self, test: str) -> bool: argument
|
| H A D | smartsim_regression_framework.py | 88 def __init__(self, directory_path: Path): argument 94 def setup(self): argument 113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]: argument 196 def test_junit(self, ceed_resource): argument 220 def teardown(self): argument
|
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 84 self, argument 117 def build_xml_doc(self, encoding=None): argument 368 self, argument 404 def add_error_info(self, message=None, output=None, error_type=None): argument 423 def add_failure_info(self, message=None, output=None, failure_type=None): argument 442 def add_skipped_info(self, message=None, output=None): argument 458 def is_failure(self): argument 462 def is_error(self): argument 466 def is_skipped(self): argument
|
| /honee/tests/createPyTorchModel/ |
| H A D | update_weights.py | 22 def __init__(self, inputDim=6, outputDim=6, numNeurons=20, numLayers=1): argument 34 def forward(self, x): argument
|