Skip to content

Commit

Permalink
Requires new coefficients to work with changed defaults in KdV
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Sep 6, 2024
1 parent eb00d38 commit a7817b2
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 @@ -158,7 +158,7 @@ def test_specific_stepper_to_general_linear_stepper(
1, 3.0, 50, 0.1, dispersivity=1.0, convection_scale=-6.0
),
-6.0,
[0.0, 0.0, 0.0, -1.0],
[0.0, 0.0, 0.0, -1.0, -0.01],
),
(
ex.stepper.KuramotoSivashinskyConservative(
Expand Down

0 comments on commit a7817b2

Please sign in to comment.