Skip to content

Commit

Permalink
Fix default config of polynomial stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Mar 5, 2024
1 parent 4f688c7 commit aef2dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponax/normalized/_polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
normalized_polynomial_scales: list[float] = [
0.0,
0.0,
10.0 * 0.001,
-10.0 * 0.001,
],
order: int = 2,
dealiasing_fraction: float = 2 / 3,
Expand Down

0 comments on commit aef2dd5

Please sign in to comment.