Skip to content

Commit

Permalink
Fix test for KdV
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Mar 14, 2024
1 parent 7460340 commit b169fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builtin_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_specific_stepper_to_general_linear_stepper(
),
(
ex.stepper.KortewegDeVries(
1, 3.0, 50, 0.1, pure_dispersivity=1.0, convection_scale=-6.0
1, 3.0, 50, 0.1, dispersivity=1.0, convection_scale=-6.0
),
-6.0,
[0.0, 0.0, 0.0, -1.0],
Expand Down

0 comments on commit b169fbc

Please sign in to comment.