File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments