Searched refs:key (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 291 for key in ["disabled", "errors", "failures", "tests"]: 292 attributes[key] += int(ts_xml.get(key, 0)) 293 for key in ["time"]: 294 attributes[key] += float(ts_xml.get(key, 0)) 296 for key, value in attributes.items(): 297 xml_element.set(key, str(value))
|
| /libCEED/tests/ |
| H A D | junit_common.py | 343 key = match.group(1) 346 index = field_names.index(key) 347 if key == "only": # weird bc only is a list 351 known[key] = test_fields[index].type(value) # type: ignore 354 known[key] = get_origin(test_fields[index].type)(value) # type: ignore 356 other[key] = value 460 for key in test_reader.fieldnames: 463 true_val: float = float(true_line[key]) 464 test_val: float = float(test_line[key]) 475 if test_line[key] != true_line[key]:
|
| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 20 def add_keyword(file, key, value): argument
|
| /libCEED/doc/sphinx/source/ |
| H A D | references.bib | 241 …f partial differential equations representing a turbulent flow. BCs play a key role in establishin…
|
| /libCEED/ |
| H A D | RELEASING.md | 22 While doing this, gather a couple sentences for key features to highlight on [GitHub releases](http…
|
| H A D | Doxyfile | 1794 # search using the keyboard; to jump to the search box use <access key> + S 1795 # (what the <access key> is depends on the OS and browser, but it is typically 1797 # key> to jump into the search results window, the results can be navigated
|