Task #9140 (closed)
Opened 7 years ago
Closed 7 years ago
Handle None in ordered collections
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.7 |
| Component: | OmeroPy | Version: | n.a. |
| Keywords: | n.a. | Cc: | cneves, atarkowska, cxallan, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
See #7889.
Since any ordered collection can return None, we should identify all the places where this can happen and check if None.
This includes blitz gateway, web etc.
Change History (4)
comment:1 Changed 7 years ago by wmoore
comment:2 Changed 7 years ago by wmoore
Summarise previous comment:
- Image -> Pixels (Only use pixels[0]. Ignore)
- Pixels -> Channel (handled by rendering engine)
- LightPath? - > Excitation Filter (Not Emission Filter!?)
- Various Rendering display (ignore)
- ExperimenterGroup? -> Experimenter
- Roi -> Shape
- Well -> Well-Sample
comment:3 Changed 7 years ago by wmoore
Null Shapes are being handled already, Experimenters and Excitation Filters handled by commits in https://github.com/will-moore/openmicroscopy/tree/ordered_nulls_9140.
Well Sample code is a bit complex for a simple: if None check.
comment:4 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
To list all ordered collections in the model...