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

Method test_write_yaml_2d

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

Source from the content-addressed store, hash-verified

724 self.run_write_2d("h5")
725
726 def test_write_yaml_2d(self):
727 self.run_write_2d("yaml")
728
729 def run_write_2d(self, mode):
730 outfile = self.test_work_path / f"solutionarray_2d.{mode}"

Callers

nothing calls this directly

Calls 1

run_write_2dMethod · 0.95

Tested by

no test coverage detected