Skip to content

Commit

Permalink
fix lorentz docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasul Karimov committed Jun 1, 2020
1 parent 7a61c52 commit 09a5c37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geoopt/manifolds/lorentz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@

class Lorentz(Manifold):
__doc__ = r"""{}
"""
""".format(
_lorentz_ball_doc
)

ndim = 1
reversible = False
Expand Down

0 comments on commit 09a5c37

Please sign in to comment.