-
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
Path Error #9
Comments
@alantes Are you using the current master branch, or did you |
I am using the current master branch. Downloaded the source code and run in the terminal |
Okay can you clone again from the master branch and run |
Thanks a lot for your patience!! It's now working. |
You are welcome. I am closing this issue if you have any more question please feel free to open this issue or create a new one. |
## Changes * Rigid Body: * Rigid sphere and cylinder test cases * New test cases to test rotational and translational * Remove internal forces and torques in rigid body: not used motion of rigid cylinder and sphere. * Update gitignore for zip and csv file formats ## Enhancement * Linalg numba faster functions for block structure. * Factory function updated for new block structure. * New wrapper to call memory block added * Time-stepper interfaces are changed for block-structure implementation. * Block-structure functions for Cosserat rod and reset ghosts. * Memory block for the rigid body imp * Memory block validity test cases added * Governing equation tests for block structure ## Fix * Rod intialization test fixed * Stepper interface tests fixed for block structure * Time-stepper analytic solution tests fixed * This commit fixes time-stepper tests using Harmonic oscillator test cases for block structure implementation. * Fix a bug in torque calculation. Transport term Jwxw was missing and with this commit we are adding this term. * Fix: interaction routines for rigid body * Fix: contact with rigid body * Due to the new implementation of rigid body block structure, radius and length are now are 1d arrays with 1 element, Before, they were scalar. This commit fixes the shape problems because of the array implementation. ## Note This commit is the final version of rigid body block-structure implementation. Issues and errors are fixed and code is tested. ## Order Resolve #9 Co-authored-by: armantekinalp <armant2@illinois.edu>
The examples/Visualization/ContinuumSnakeVisualisation/continuum_snake_render.py file cannot run correctly. The error is: ModuleNotFoundError: No module named 'examples'.
I think it may be be path error.
The text was updated successfully, but these errors were encountered: