Skip to content

Commit

Permalink
Relax tolerance
Browse files Browse the repository at this point in the history
(Might have the argument names wrong)
  • Loading branch information
luciansmith committed Jun 24, 2023
1 parent ed7644f commit d761f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_exec_sed_task_with_changes(self):
for variable_id in variable_ids:
numpy.testing.assert_allclose(
results3[variable_id],
results[variable_id][-int(sim.number_of_points + 1):],
results[variable_id][-int(sim.number_of_points + 1):], rtol=1e-5, atol=1e-4
)

task.model.changes = [
Expand Down

0 comments on commit d761f42

Please sign in to comment.