Task #11099 (closed)
Opened 6 years ago
Closed 3 years ago
Pyslid/Mahotas prints out deprecation warnings
| Reported by: | spli | Owned by: | icao-berg-x |
|---|---|---|---|
| Priority: | minor | Milestone: | Partner-1 |
| Component: | General | Version: | 4.4.9 |
| Keywords: | searcher | Cc: | analysis@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Mahotas 0.9.4 currently outputs deprecation warnings to STDERR:
/usr/lib64/python2.6/site-packages/mahotas/texture.py:6: DeprecationWarning: Use from mahotas.features import texture ''', DeprecationWarning) /usr/lib64/python2.6/site-packages/mahotas/zernike.py:6: DeprecationWarning: Use from mahotas.features import zernike ''', DeprecationWarning) /usr/lib64/python2.6/site-packages/mahotas/tas.py:6: DeprecationWarning: Use from mahotas.features import tas ''', DeprecationWarning) /usr/lib64/python2.6/site-packages/mahotas/lbp.py:6: DeprecationWarning: Use from mahotas.features import lbp ''', DeprecationWarning)
Change History (4)
comment:1 Changed 6 years ago by spli
- Milestone changed from Unscheduled to OMERO-4.4.10
- Version set to 4.4.9
comment:2 Changed 6 years ago by spli
- Owner changed from spli to icao-berg-x
comment:3 Changed 6 years ago by spli
- Milestone changed from OMERO-4.4.10 to Partner-1
comment:4 Changed 3 years ago by jamoore
- Resolution set to wontfix
- Status changed from new to closed
Cleaning up searcher backlog.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Need to decide whether to deal with this or to just accept it (problem is it causes the script to generates an stderr file, which shows up as an error in the client script UI).