Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Dec 7, 2018
1 parent 971fa62 commit b7adc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ def normalInv(self):

leftInv = leftLaInv
def inv(self):
if (self*~self).isScalar()
if (self*~self).isScalar():
it = self.normalInv()
else:
it = self.leftLaInv()
Expand Down

0 comments on commit b7adc64

Please sign in to comment.