rn5l/session-rec

self.min_time

tojiboyevf opened this issue · 0 comments

Dear Developers,

This issue related to vsknn.py

There is attribute self.min_time of vsknn class
I saw this attribute only three times. Is it ok if I remove the line of code

if time < self.min_time :
                        self.min_time = time

?
I couldn't catch that self.min_time effected to the result. If it effects then could you explain it, please?
Thanks in advance!