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

Bug and fix in 2_Slithering_Snake.ipynb #329

Closed
TenguBoss opened this issue Feb 7, 2024 · 1 comment
Closed

Bug and fix in 2_Slithering_Snake.ipynb #329

TenguBoss opened this issue Feb 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TenguBoss
Copy link

Aloha Elastica Team.

Thank you for posting Jupyter notebooks.

The loop in compute_projected_velocity() is one too long. I have changed line 22 from
# for i in range(1, number_of_period - 1):
to
for i in range(1, number_of_period - 2):
to fix it.

Regards,
BU

@TenguBoss TenguBoss added the bug Something isn't working label Feb 7, 2024
@TenguBoss TenguBoss changed the title Bug in 2_Slithering_Snake.ipynb Bug and fix in 2_Slithering_Snake.ipynb Feb 7, 2024
@Ali-7800
Copy link
Collaborator

Ali-7800 commented Feb 8, 2024

@TenguBoss Thanks for letting us know about this, we fixed the bug and fix would be released with the next update

@Ali-7800 Ali-7800 closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants