Skip to content

Commit 5a597f7

Browse files
author
Teseo Schneider
committed
added empty test
1 parent 3680cca commit 5a597f7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

tests/test_basic.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,22 +2235,28 @@ def test_quad_grid(self):
22352235
self.assertTrue(v.dtype == np.float)
22362236
self.assertTrue(q.dtype == np.int)
22372237
self.assertTrue(e.dtype == np.int)
2238-
2238+
22392239
def test_sparse_voxel_grid(self):
22402240
pass
2241-
2241+
22422242
def test_topological_hole_fill(self):
22432243
pass
2244-
2244+
22452245
def test_triangulated_grid(self):
22462246
pass
2247-
2247+
22482248
def test_unproject_on_line(self):
22492249
pass
2250-
2250+
22512251
def test_unproject_on_plane(self):
22522252
pass
2253-
2253+
2254+
def test_fast_winding_number_for_points(self):
2255+
pass
2256+
2257+
def test_fast_winding_number_for_meshes(self):
2258+
pass
2259+
22542260
def test_flip_avoiding_line_search(self):
22552261
#def fun(v):
22562262
# return 0.5

0 commit comments

Comments
 (0)