Skip to content

lisa.tests.scheduler.misfit: Fix stagger delay computation

Darryl Green requested to merge github/fork/valschneider/misfit/fix-stagger into master

Created by: valschneider

The stagger computation uses a flooring division, which doesn't really mix with the expected range of the computation (ms i.e. 1e-3).

One could use a true division instead, but the original ratio doesn't make much sense anyway, so let's just make it scale against the load balance interval.

Merge request reports