olcf / olcf-test-harness

OLCF Test Harness
https://olcf.github.io/olcf-test-harness/
Other
12 stars 4 forks source link

Fix rounding issue in harness utilities #155

Closed hagertnl closed 10 months ago

hagertnl commented 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.

Fixes #141 .

hagertnl commented 10 months ago

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.