-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Tests for exceptions needed in vstack, row_stack, hstack, column_stack, dstack, etc. #6542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 25, 2016
...to hstack, vstack, and stack
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 25, 2016
...for hsplit, vsplit, dsplit, dstack
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 28, 2016
...to hstack, vstack, and stack
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 28, 2016
...for hsplit, vsplit, dsplit, dstack
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 28, 2016
...use assert_raises() instead of catching the exception itself.
gkBCCN
added a commit
to gkBCCN/numpy
that referenced
this issue
Feb 29, 2016
...to hstack, vstack, stack, hsplit, vsplit, dsplit, dstack that check that they raise exceptions.
charris
added a commit
that referenced
this issue
Mar 2, 2016
TST: fix #6542, add tests to check non-iterable argument raises in hstack and related functions.
jaimefrio
pushed a commit
to jaimefrio/numpy
that referenced
this issue
Mar 22, 2016
...to hstack, vstack, stack, hsplit, vsplit, dsplit, dstack that check that they raise exceptions.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of exception for which there is no test.
The vstack, row_stack, hstack, column_stack, dstack, and
hsplit functions, as well as their masked cousins, all seem to need such tests.
The text was updated successfully, but these errors were encountered: