Skip to content

Commit

Permalink
Revert submodule export for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Apr 18, 2024
1 parent 2fcef6e commit 4626086
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exponax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from . import _metrics as metrics
from . import _poisson as poisson
from . import etdrk, ic, nonlin_fun, normalized, reaction, viz
from ._base_stepper import BaseStepper
from ._forced_stepper import ForcedStepper
from ._repeated_stepper import RepeatedStepper
Expand Down Expand Up @@ -29,4 +30,10 @@
"build_ic_set",
"wrap_bc",
"metrics",
"etdrk",
"ic",
"nonlin_fun",
"normalized",
"reaction",
"viz",
]

0 comments on commit 4626086

Please sign in to comment.