Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joglekara committed Aug 16, 2024
1 parent dd51564 commit a4e9e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_vlasov1d/test_absorbing_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from diffrax import ODETerm, diffeqsolve

from adept.vlasov1d.pushers.field import Driver, WaveSolver
from adept.vlasov1d import vector_field
from adept import Stepper


class VectorField(eqx.Module):
Expand Down Expand Up @@ -67,7 +67,7 @@ def test_absorbing_boundaries():
def _run_(y, args):
return diffeqsolve(
terms=ODETerm(VectorField(c_light, dx, dt, xax)),
solver=vector_field.Stepper(),
solver=Stepper(),
t0=0.0,
t1=tmax,
max_steps=nt + 5,
Expand Down

0 comments on commit a4e9e0a

Please sign in to comment.