-
Notifications
You must be signed in to change notification settings - Fork 131
Fix #142 by adjusting data structure of fixed_positions and fixed_directors
#147
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
Conversation
bhosale2
left a comment
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.
armantekinalp
left a comment
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!
bhosale2
left a comment
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.
skim0119
left a comment
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_positionsandfixed_directorsafter 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