Closed hagertnl closed 10 months ago
Changes int to round in the harness utilites which re-post records. Using int may result in duplicate records because floats always get rounded down.
int
round
Fixes #141 .
Also using this PR to remove a random file that appeared to have been accidentally merged into the harness/libraries directory a few months ago.
Changes
int
toround
in the harness utilites which re-post records. Usingint
may result in duplicate records because floats always get rounded down.Fixes #141 .