MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_io

Function test_io

bindings/python/tests/mesh/test-py-regular-grid.py:284–286  ·  view source on GitHub ↗
(grid, filename)

Source from the content-addressed store, hash-verified

282
283
284def test_io(grid, filename):
285 mesh.save_regular_grid3D(grid, filename)
286 mesh.load_regular_grid3D(filename)
287
288
289if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected