You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finished polyX stat for all files
write records to poly_X.csv
process records by tile
Traceback (most recent call last):
File "AfterQC/after.py", line 221, in <module>
main()
File "AfterQC/after.py", line 205, in main
runDebubble(options)
File "AfterQC/after.py", line 180, in runDebubble
debubble.debubbleDir(options.input_dir, 20, options.debubble_dir, options.draw)
File "AfterQC/debubble.py", line 47, in debubbleDir
circles = bp.run()
File "AfterQC/bubbleprocesser.py", line 74, in run
self.processByTile()
File "AfterQC/bubbleprocesser.py", line 161, in processByTile
self.detectBubbleForTile(tileRecords, lastTileWithBothSurface, laneOfLastTile)
File "AfterQC/bubbleprocesser.py", line 142, in detectBubbleForTile
c = bd.detect()
File "AfterQC/bubbledetector.py", line 60, in detect
self.detectCircles()
File "AfterQC/bubbledetector.py", line 284, in detectCircles
labelCircles = cd.detect()
File "AfterQC/circledetector.py", line 25, in detect
if self.isInCorner():
File "AfterQC/circledetector.py", line 102, in isInCorner
if float(cornerCount) / len(self.records) > 0.1:
ZeroDivisionError: float division by zero
The text was updated successfully, but these errors were encountered:
I've encountered following error:
The text was updated successfully, but these errors were encountered: