-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix #142 by adjusting data structure of fixed_positions
and fixed_directors
#147
Fix #142 by adjusting data structure of fixed_positions
and fixed_directors
#147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM mostly, super minor changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One change request
…` vector Unrolling vector manually is usually faster
Fixes #142 by implementing the following changes:
fixed_positions
andfixed_directors
after initialization to mirror the standard data structure inpyelastica
, which is batch-last as in(dim, batch)
or(dim, dim,batch)
...
for slicing of vector entries instead of listing each dim separately