-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
feat(Translational): add AccelerationSensor #260
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
- Coverage 54.68% 54.65% -0.04%
==========================================
Files 48 48
Lines 1644 1645 +1
==========================================
Hits 899 899
- Misses 745 746 +1 ☔ View full report in Codecov by Sentry. |
8f59008
to
73b7b80
Compare
73b7b80
to
323a024
Compare
323a024
to
1756b53
Compare
@ChrisRackauckas, can this be merged? |
@named sys = ODESystem(eqs, t, [], []; systems = [force, source, mass, acc, acc_output]) | ||
s = complete(structural_simplify(sys)) |
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.
Why not @mtkbuild
?
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.
I was just following the way other tests are written 😅
we will need to mass update that |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Adding AccelerationSensor which is particularly useful for measuring acceleration of masses without having to do
force/mass
.