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

Make Umfpack free its data (#1597) #162

Merged
merged 2 commits into from Feb 18, 2012
Merged

Conversation

pv
Copy link
Member

@pv pv commented Feb 15, 2012

Fixes this: http://projects.scipy.org/scipy/ticket/1597
Can't really add an unit test for this, since the data is held on C level.

@rc: do you concur?

The WarningManager stuff is for present Numpy.

@rgommers
Copy link
Member

The error on deprecation should be reverted before release in Numpy. But why are you seeing it? I don't you adding anything that can cause a new one here.

Either way those warnings should be filtered out of the tests.

@rc
Copy link
Contributor

rc commented Feb 16, 2012

@pv Yes, the patch seems ok.

@pv
Copy link
Member Author

pv commented Feb 16, 2012

@rgommers: the DeprecationWarning raised by the umfpack routines is converted into an error, so these tests are not otherwise ran when using the dev version of Numpy.

rgommers added a commit that referenced this pull request Feb 18, 2012
@rgommers rgommers merged commit d24cc56 into scipy:master Feb 18, 2012
@rgommers
Copy link
Member

I'll backport to 0.10.x too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants