-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implementing musculoskeletal model driven by FES #52
Conversation
sending the force length and force velocity coeff in the model to calculate the muscle fatigue accordingly to muscle force produced
OcpFesMsk ? |
Not the perfect name |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
==========================================
+ Coverage 79.08% 87.37% +8.29%
==========================================
Files 17 17
Lines 1659 1909 +250
==========================================
+ Hits 1312 1668 +356
+ Misses 347 241 -106
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
modify docstring |
modify docstring |
need tests on new dynamical model before merge |
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.
done
Reviewable status: 0 of 59 files reviewed, all discussions resolved
cocofest/__init__.py
line 8 at r1 (raw file):
Previously, Kev1CO wrote…
Not the perfect name
done
cocofest/__init__.py
line 12 at r1 (raw file):
Previously, Kev1CO wrote…
OcpFesMsk ?
done
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.
Reviewed 4 of 40 files at r1, 3 of 19 files at r2, 46 of 50 files at r3, 6 of 6 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Kev1CO)
Make updated readme |
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.
Reviewed 16 of 19 files at r5, 14 of 14 files at r6, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Kev1CO)
All Submissions:
New Feature Submissions:
black . -l120 --exclude "external/*"
)?Changes to Core Features:
This change is