ZELLMECHANIK-DRESDEN / ShapeOut

Shape-Out has been superseded by Shape-Out 2.
https://shapeout.readthedocs.io
GNU General Public License v2.0
5 stars 5 forks source link

Error if hierarchy child is created (Ver. 0.6.5) #105

Closed phidahl closed 8 years ago

phidahl commented 8 years ago

If I analyze one dataset, gate for a population with a polygon, and then create a child plot, I get to following error message:

[Window Title] Error

[Content] Traceback (most recent call last): File "C:\projects\shapeout\build\win_shapeout\out00-PYZ.pyz\shapeout.gui.controls_filtering", line 300, in OnHierarchyCreateChild File "C:\projects\shapeout\build\win_shapeout\out00-PYZ.pyz\dclab.rtdc_dataset", line 95, in init File "C:\projects\shapeout\build\win_shapeout\out00-PYZ.pyz\dclab.rtdc_dataset", line 160, in _init_data_with_hierarchy File "C:\projects\shapeout\build\win_shapeout\out00-PYZ.pyz\dclab.rtdc_dataset", line 341, in ApplyFilter IndexError: index 901 is out of bounds for axis 1 with size 901

[OK]

paulmueller commented 8 years ago

I cannot reproduce this error now. Could you please check if this was fixed by 24b0e3e94fe06cd6032e0e39497dfc161d0edcb5?

phidahl commented 8 years ago

Yes, with 0.6.5dev1 it works. Thanks a lot!