We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5508bd2 commit 0805dcfCopy full SHA for 0805dcf
1 file changed
tests/test_base.py
@@ -44,8 +44,8 @@ def test_icon_grid_2_ugrid():
44
assert ugrid.mesh.face_face_connectivity == "neighbor_cell_index"
45
assert ugrid.mesh.edge_face_connectivity == "adjacent_cell_of_edge"
46
47
- # Clean up the temporary files
48
- os.remove(ugrid_fname)
+ # # Clean up the temporary files
+ # os.remove(ugrid_fname)
49
50
51
def test_is_boundary_triangle():
@@ -91,5 +91,5 @@ def test_is_boundary_triangle():
91
92
assert face_ids == expected
93
94
95
0 commit comments