Task #2599 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: Remove dependency on numpy, etc. from scripts where not necessary
| Reported by: | jamoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Scripting | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, dzmacdonald |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-02-10 (5) |
Description
script_utils.py imports numpy at the top-level, and since most scripts use script_utils (though not necessarily numpy), they all have a requirement on numpy.
Change History (2)
comment:1 Changed 9 years ago by wmoore
- Milestone changed from Unscheduled to OMERO-Beta4.3
- Owner set to wmoore
- Sprint set to 2011-02-10 (5)
comment:2 Changed 9 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [0789a11c0137b93c718d7d6192d29f71eb8f06db/ome.git] on branch develop) Removing import numpy from top of script_utils.py, importing in methods as needed. Closes #2599