Skip to content

Commit

Permalink
Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thisTyler committed Apr 2, 2022
1 parent 701891e commit d51f0bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ def build_ctf_array(self):
def grid_SO3_uniform(n_rotations):
"""Generate uniformly distributed rotations in SO(3).
A note on functionality - the geomstats random_uniform library only produces
rotations onto one hemisphere. So, the rotations are randomly inverted, giving
them equal probability to fall in either hemisphere.
Parameters
----------
n_rotations : int
Expand Down

0 comments on commit d51f0bc

Please sign in to comment.