Meiple
Results
1
comments of
Meiple
I had the same problem in my code and the error was: `AttributeError: 'bitarray.bitarray' object has no attribute 'length'` I change for `len()` and went from this `filter.bitarray.length()` to this...