Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
from Rachel S on TVB Users,
TemporalAverage is using iround to deal with non-integer steps, which is rounding numbers to the closest int. While for EEG monitor, in the Projection class, rounding is using int(), which is rounding to the lower end