Skip to content
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

TST: fix sparse test errors due to axis=-1,-2 usage in np.matrix.sum(). #3391

Merged
merged 1 commit into from
Feb 25, 2014

Conversation

rgommers
Copy link
Member

Negative axis arguments are not supported by numpy < 1.7.0.
Fixes part of gh-3330.

Negative axis arguments are not supported by numpy < 1.7.0.
Fixes part of scipygh-3330.
@rgommers rgommers added this to the 0.14.0 milestone Feb 25, 2014
pv added a commit that referenced this pull request Feb 25, 2014
TST: sparse: fix sparse test errors due to axis=-1,-2 usage in np.matrix.sum().
@pv pv merged commit 46e840b into scipy:master Feb 25, 2014
@pv
Copy link
Member

pv commented Feb 25, 2014

LGTM. Travis failures unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.sparse
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants