-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently in analysis page there are some integer multiplications by constant two: I considered them as
Alas with multiplication there are to many levels of abstraction: theoretical (for single core), parallel implementation in actual CPU for small ints, implementation in Python... To avoid confusion I think it would be better to just get rid of multiplications and substitute with sums (when it makes sense).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request