Skip to content

Commit

Permalink
More....
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPfaff committed Nov 29, 2023
1 parent 3ea0fbb commit 4c3a580
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ def total_variation_distance(pdf1, pdf2):

return 0.5 * distance_integral

@staticmethod
def polar_to_cart(polar_coords):
polar_coords = atleast_2d(polar_coords)

@staticmethod
def hypersph_to_cart(hypersph_coords, mode: str = "colatitude"):
hypersph_coords = atleast_2d(hypersph_coords)
Expand Down

0 comments on commit 4c3a580

Please sign in to comment.