Skip to content

Commit

Permalink
Use numpy unit test routines in linalg tests to produce more informat…
Browse files Browse the repository at this point in the history
…ive error messages.
  • Loading branch information
lebedov committed May 28, 2017
1 parent 9c73bc2 commit 7451372
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 154 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'numpy >= 1.2.0',
'pycuda >= 2014.1']
tests_require = ['nose >= 0.11',
'scipy >= 0.14.0'],
'scipy >= 0.14.0'],
extras_require = dict(scipy = ['scipy >= 0.14.0'],
sphinx = ['sphinx >= 1.3'],
sphinx_rtd_theme = ['sphinx_rtd_theme >= 0.1.6'])
Expand Down
Loading

0 comments on commit 7451372

Please sign in to comment.