Skip to content

Commit

Permalink
Black..
Browse files Browse the repository at this point in the history
  • Loading branch information
lisawim committed Mar 7, 2024
1 parent c3107c5 commit 74ee1ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pySDC/tests/test_projects/test_DAE/test_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,9 @@ def test_WSCC9_SDC_detection():
switches = get_sorted(stats, type='switch', sortby='time', recomputed=False)
assert len(switches) >= 1, 'ERROR: No events found!'
t_switch = [me[1] for me in switches][0]
assert np.isclose(t_switch, 0.528458886745887, atol=1e-3), f'Found event does not match a threshold! Got {t_switch=}'
assert np.isclose(
t_switch, 0.528458886745887, atol=1e-3
), f'Found event does not match a threshold! Got {t_switch=}'


# @pytest.mark.base
Expand Down

0 comments on commit 74ee1ff

Please sign in to comment.