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

Unexpected allocations in point_jacobian! in Julia 1.5.1: #590

Closed
rdeits opened this issue Sep 2, 2020 · 2 comments · Fixed by #591
Closed

Unexpected allocations in point_jacobian! in Julia 1.5.1: #590

rdeits opened this issue Sep 2, 2020 · 2 comments · Fixed by #591

Comments

@rdeits
Copy link
Collaborator

rdeits commented Sep 2, 2020

From the unit tests on my machine with Julia 1.5.1:

point expressed in body frame: Test Failed at /home/rdeits/.julia/packages/RigidBodyDynamics/YeSNy/test/test_mechanism_algorithms.jl:378
  Expression: #= /home/rdeits/.julia/packages/RigidBodyDynamics/YeSNy/test/test_mechanism_algorithms.jl:378 =# @allocated(point_jacobian!(J_point, x, p, point)) == 0
   Evaluated: 32 == 0
@rdeits
Copy link
Collaborator Author

rdeits commented Sep 4, 2020

Accidentally closed in #591

@rdeits rdeits reopened this Sep 4, 2020
@tkoolen
Copy link
Collaborator

tkoolen commented Feb 3, 2021

Test fixed in #605.

@tkoolen tkoolen closed this as completed Feb 3, 2021
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 a pull request may close this issue.

2 participants