mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Update tests/unit_tests/test_deplete_resultslist.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
833529a880
commit
3905e7a8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue