Skip to content

Commit

Permalink
Fix one more use of inverse instead of inv.
Browse files Browse the repository at this point in the history
  • Loading branch information
teoliphant committed Mar 15, 2006
1 parent 7270a90 commit 6d9ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/linalg/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def check_random_complex(self):

def bench_random(self,level=5):
import numpy.linalg as linalg
basic_inv = linalg.inverse
basic_inv = linalg.inv
print
print ' Finding matrix inverse'
print ' =================================='
Expand Down

0 comments on commit 6d9ca1f

Please sign in to comment.