Ridicus
Results
1
issues of
Ridicus
In class PoolLast from shadeils.py we can find (line 73): ``` def is_empty(self): counts = self.improvements.values() return np.all(counts == 0) ``` Given the fact that the result of dictionary class's...