Skip to content

Commit

Permalink
remove unnessesary code from Euclidean
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 10, 2019
1 parent 47e6bf7 commit 1cd96bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geoopt/manifolds/euclidean.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def _check_vector_on_tangent(self, x, u, atol=1e-5, rtol=1e-5):
def _retr(self, x, u, t):
return x + t * u

_expmap = _retr

def _inner(self, x, u, v):
return u * v

Expand Down

0 comments on commit 1cd96bb

Please sign in to comment.