Skip to content

Commit

Permalink
lu: added a verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Feb 3, 2017
1 parent d0f47a4 commit 61d29d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/lu/python_numpy/lu.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def main():
B.pprint()
if B.outputfn:
B.tofile(B.outputfn, {'res': u})
if B.verbose:
print(u)

if __name__ == "__main__":
main()

0 comments on commit 61d29d8

Please sign in to comment.