-
Notifications
You must be signed in to change notification settings - Fork 48
dingo implementations Shake and Bake / Billiard Shake and Bake #119
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
base: develop
Are you sure you want to change the base?
dingo implementations Shake and Bake / Billiard Shake and Bake #119
Conversation
vissarion
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.
Looks good to me. Is it possible to avoid updating the eigen submodule to minimize the changes needed for this PR to work?
| def dimension(self): | ||
| return self._A.shape[1] | ||
|
|
||
| def create_cube(int dim, double scale=1.0): |
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.
maybe keep the word generate instead of create
No description provided.