Update tests/unit_tests/test_deplete_resultslist.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Andrew Johnson 2020-12-09 08:36:49 -08:00 committed by GitHub
parent 833529a880
commit 3905e7a8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ def test_get_steps(unit):
offset = delta * 0.1
for expected, value in enumerate(times[1:-1], start=1):
# Shoot a little low and a little high
for mult in {1, -1}:
for mult in (1, -1):
target = value + mult * offset
# Compare using absolute and relative tolerances
actual = results.get_step_where(