Ticket #10734 (closed: fixed)
Suppress numpy.oldnumeric warnings on Mantid startup
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.3 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Pete Peterson |
Description
The version of numpy on Ubuntu 14.04 has deprecated numpy.oldnumeric and produces a warning to this effect. We should suppress this warning if possible.
Attachments
Change History
comment:1 Changed 6 years ago by Martyn Gigg
I have marked this critical as I don't think it should hold up the release if other things are more pressing.
comment:3 Changed 6 years ago by Martyn Gigg
- Status changed from assigned to inprogress
Ignore deprecation warnings about numpy.oldnumeric
Scipy uses it on some versions but we can't do anything about it. Refs #10734
Changeset: a22229045b39b5dc3e2de3cc0e3c362e90c64197
comment:4 Changed 6 years ago by Martyn Gigg
- Status changed from inprogress to verify
- Resolution set to fixed
This is being verified as pull request #98.
comment:5 Changed 6 years ago by Pete Peterson
- Status changed from verify to verifying
- Tester set to Pete Peterson
comment:6 Changed 6 years ago by Pete Peterson
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/10734_suppress_numpy_warnings'
Full changeset: 03a70e11116c32f4c08bbb9131b3e734b855ca5f
Note: See
TracTickets for help on using
tickets.