Python Package bt: Bool index error

Which gives the error: AttributeError: ‘numpy.bool_’ object has no attribute ‘index’ Which looks like it is relating to the following line: Now I’m just wondering how this is meant to work, as the whole purpose of creating this list is to have a True/False indicator iterated across a data set depending on the rule of … Read more