AllenCell / AllenCell/napari-allencell-segmenter
Fix failing segmentation workflows
Aperta
- Lingua principale
- Python
- Stelle
- 20
- Fork
- 8
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently segmentation workflows (actb) are failing with this error
```
AttributeError Traceback (most recent call last)
File ~/anaconda3/envs/ml-seg/lib/python3.10/site-packages/superqt/utils/_qthreading.py:617, in create_worker..reraise(e=AttributeError("module 'itk' has no attribute 'GetImageFromArray'"))
616 def reraise(e):
--> 617 raise e
e = AttributeError("module 'itk' has no attribute 'GetImageFromArray'")
```
Need to make this fix on `aics-segmentation`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.