Skip to content

Commit

Permalink
Update src/jaxsim/simulation/integrators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Ferigo <[email protected]>
  • Loading branch information
flferretti and diegoferigo authored Feb 12, 2024
1 parent 3fbdcc1 commit 2863a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/simulation/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IntegratorType(enum.IntEnum):

def integrator_fixed_single_step(
dx_dt: StateDerivativeCallable,
x0: State,
x0: State | ODEState,
t0: Time,
tf: Time,
integrator_type: IntegratorType,
Expand Down

0 comments on commit 2863a32

Please sign in to comment.