Opened 6 years ago

Closed 6 years ago

#1711 closed defect (fixed)

avg_cells on area that incompletely intersects physical tiles is wrong

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 9.6
Component: qlparser Version: development
Keywords: Cc:
Complexity: Medium

Description

avg_cells on a subset that theoretically covers three time slices but intersects only one physical tile T on one of those slices returns wrong result. Essentially it computes sum on T which has N cells, and divides this sum with the # of cells in the subset M, which is wrong as N < M.

Change History (1)

comment:1 by Dimitar Misev, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.