Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhandal-pfn committed Aug 28, 2024
1 parent 9232c6f commit da64899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stochastic/test_jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_kou_jump_mean_up(self):
jump_mean_up = 1.1
with (
pytest.raises(
ValueError,match="jump_mean_up must be postive and smaller than 1"
ValueError, match="jump_mean_up must be postive and smaller than 1"
)
):
generate_kou_jump(n_paths, n_steps, jump_mean_up=jump_mean_up)
Expand Down

0 comments on commit da64899

Please sign in to comment.