-
-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Description
In the comparison for machine selection:
float ta = std::round(a.currentJobs / a.machine->speedFactor);
float tb = std::round(b.currentJobs / b.machine->speedFactor);
This doesn't seem necessary, and leads to incorrect results when the machines have a high speedFactor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels