Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 10, 2019
1 parent acf600d commit 8c36dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoopt/manifolds/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def set_default_order(self, order):
set(self._retr_transport_funcs)
& set(self._retr_funcs)
& set(self._transport_follow_funcs)
) - {None}
)
raise ValueError(
"new default order should be one of {}".format(possible_orders)
)
Expand Down

0 comments on commit 8c36dcb

Please sign in to comment.