in lib/data_utils/data_workers.py:
line: 514
it seems that: 'chip_counter += 1' should be outside "if len(neg_props_in_chips[chip_counter]) > 25 ...",
In my understanding, when if condition is not satisfied, chip_counter does not change, and error comes.
in lib/data_utils/data_workers.py: line: 514 it seems that: 'chip_counter += 1' should be outside "if len(neg_props_in_chips[chip_counter]) > 25 ...", In my understanding, when if condition is not satisfied, chip_counter does not change, and error comes.