Skip to content

Commit

Permalink
Fix wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Feb 27, 2024
1 parent 8139c22 commit cdd8883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponax/sample_stepper/burgers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from jax import Array, Complex
from jaxtyping import Array, Complex

from ..base_stepper import BaseStepper
from ..nonlinear_functions import ConvectionNonlinearFun
Expand Down

0 comments on commit cdd8883

Please sign in to comment.