psearch icon indicating copy to clipboard operation
psearch copied to clipboard

Bug in statistics calculation

Open OlgaGKononova opened this issue 1 year ago • 1 comments

Hi there!

There is a small bug in src/scripts/external_statistics.py, line 45. Statement if line[-1] == 1: needs to be replaced with if line[-1] == "1" because you compare strings to strings, otherwise number of actives counts as 0 always.

OlgaGKononova avatar Jun 05 '23 14:06 OlgaGKononova

Branch lib

OlgaGKononova avatar Jun 05 '23 14:06 OlgaGKononova