Skip to content

Commit

Permalink
Add stepper export
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed May 10, 2024
1 parent 9ab18cc commit 2a3bbbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exponax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import _metrics as metrics
from . import _poisson as poisson
from . import etdrk, ic, nonlin_fun, normalized, reaction, viz
from . import etdrk, ic, nonlin_fun, normalized, reaction, stepper, viz
from ._base_stepper import BaseStepper
from ._forced_stepper import ForcedStepper
from ._repeated_stepper import RepeatedStepper
Expand Down Expand Up @@ -35,5 +35,6 @@
"nonlin_fun",
"normalized",
"reaction",
"stepper",
"viz",
]

0 comments on commit 2a3bbbc

Please sign in to comment.