MCPcopy Create free account
hub / github.com/Cantera/cantera / test_overwrite_h5

Method test_overwrite_h5

test/python/test_composite.py:742–743  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

740 @pytest.mark.skipif("native" not in ct.hdf_support(),
741 reason="Cantera compiled without HDF support")
742 def test_overwrite_h5(self):
743 self.run_overwrite("h5")
744
745 def test_overwrite_yaml(self):
746 overwritten, fresh = self.run_overwrite("yaml")

Callers

nothing calls this directly

Calls 1

run_overwriteMethod · 0.95

Tested by

no test coverage detected