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 committed Feb 12, 2024
1 parent 1d2c91c commit 3fbdcc1
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 @@ -43,7 +43,7 @@ def integrator_fixed_single_step(
tf: Time,
integrator_type: IntegratorType,
num_sub_steps: int = 1,
) -> Tuple[State, Dict[str, Any]]:
) -> Tuple[State | ODEState, Dict[str, Any]]:
"""
Advance a state vector by integrating a sytem dynamics with a fixed-step integrator.
Expand Down

0 comments on commit 3fbdcc1

Please sign in to comment.