Skip to content

Commit

Permalink
Removing @Profile decorator from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Dec 27, 2014
1 parent 1231724 commit fc1e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voronoi_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def delaunay_triangulation_spherical_surface(self):
array_points_vertices_Delaunay_triangulation = produce_triangle_vertex_coordinate_array_Delaunay_sphere(self.hull_instance)
return array_points_vertices_Delaunay_triangulation

@profile
#@profile
def voronoi_region_vertices_spherical_surface(self):
'''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.'''
#generate the array of Voronoi vertices:
Expand Down

0 comments on commit fc1e433

Please sign in to comment.