Task #13209 (closed)
Opened 3 years ago
Closed 3 years ago
BUG: Kymograph does not work
| Reported by: | pwalczysko | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-5.2.3 |
| Component: | Scripting | Version: | OMERO-5.2.0 |
| Keywords: | n.a. | Cc: | ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
In Web, on eel merge (also tried on two different docker servers as described on https://docs.google.com/spreadsheets/d/1q1_PyLOL-JR541ySbanMR91l_sD9MKAaA0UTX39zTjQ/edit#gid=385968527, first column of the report.
The Kymograph scipt on a valid, multi-t image with or without propagated line ROI fails with
Traceback (most recent call last):
File "./script", line 541, in <module>
newImages, message = processImages(conn, scriptParams)
File "./script", line 368, in processImages
dataset = image.getDataset()
File "/home/omero/workspace/OMERO-test-integration/label/testice36/src/dist/lib/python/omero/gateway/__init__.py", line 1237, in __getattr__
% (self._obj.__class__.__name__, attr))
AttributeError: 'ImageI' object has no attribute 'getDataset'
Change History (2)
comment:1 Changed 3 years ago by pwalczysko
- Owner set to wmoore
comment:2 Changed 3 years ago by wmoore
- 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.
Fixed in https://github.com/ome/scripts/pull/111