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

Method test_write_hdf_2d

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

Source from the content-addressed store, hash-verified

721 @pytest.mark.skipif("native" not in ct.hdf_support(),
722 reason="Cantera compiled without HDF support")
723 def test_write_hdf_2d(self):
724 self.run_write_2d("h5")
725
726 def test_write_yaml_2d(self):
727 self.run_write_2d("yaml")

Callers

nothing calls this directly

Calls 1

run_write_2dMethod · 0.95

Tested by

no test coverage detected