Skip to content

Commit fc1e433

Browse files
committed
Removing @Profile decorator from previous commit.
1 parent 1231724 commit fc1e433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voronoi_utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def delaunay_triangulation_spherical_surface(self):
387387
array_points_vertices_Delaunay_triangulation = produce_triangle_vertex_coordinate_array_Delaunay_sphere(self.hull_instance)
388388
return array_points_vertices_Delaunay_triangulation
389389

390-
@profile
390+
#@profile
391391
def voronoi_region_vertices_spherical_surface(self):
392392
'''Returns a dictionary with the sorted (non-intersecting) polygon vertices for the Voronoi regions associated with each generator (original data point) index. A dictionary entry would be structured as follows: `{generator_index : array_polygon_vertices, ...}`. Now modifying the function to return a numpy array of indices instead -- to improve performance, reduce memory usage, etc.'''
393393
#generate the array of Voronoi vertices:

0 commit comments

Comments
 (0)