(self)
| 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") |
nothing calls this directly
no test coverage detected