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