Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle auxiliary dictionary in variable step integrators #255

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

flferretti
Copy link
Collaborator

@flferretti flferretti commented Oct 4, 2024

Fixes #254


📚 Documentation preview 📚: https://jaxsim--255.org.readthedocs.build//255/

@flferretti flferretti linked an issue Oct 4, 2024 that may be closed by this pull request
@flferretti flferretti self-assigned this Oct 4, 2024
@flferretti flferretti changed the title Capture the integrated pytree only in variable step integrators Handle auxiliary dictionary in variable step integrators Oct 4, 2024
flferretti and others added 2 commits October 4, 2024 15:52
@flferretti flferretti force-pushed the fix/variable_step_integrators branch from 216b911 to 3305273 Compare October 4, 2024 13:52
@flferretti flferretti marked this pull request as ready for review October 4, 2024 13:53
Copy link
Member

@diegoferigo diegoferigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for the fix! We should also add a simple test on our integrators to prevent forgetting the propagation of API changes in the future.

src/jaxsim/integrators/variable_step.py Show resolved Hide resolved
@flferretti flferretti enabled auto-merge October 4, 2024 15:22
@flferretti flferretti merged commit 5c9215e into main Oct 4, 2024
24 checks passed
@flferretti flferretti deleted the fix/variable_step_integrators branch October 4, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variable step integrators produce ValueError during initialization
2 participants