-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Replace pytweening with local easing functions #158
Replace pytweening with local easing functions #158
Conversation
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.
Thanks for the PR, @flpm!
Let's also include individual tests for each of the new functions. I know they are tested indirectly as part of the DataMorpher
, but it would be helpful to have pure tests of their functionality for future changes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
==========================================
+ Coverage 98.38% 98.42% +0.03%
==========================================
Files 43 43
Lines 1737 1775 +38
Branches 345 358 +13
==========================================
+ Hits 1709 1747 +38
Misses 25 25
Partials 3 3
|
Co-authored-by: Stefanie Molin <[email protected]>
449636f
to
c79215d
Compare
Fixes #157
What was done:
plotting/animation
morpher.py
with the new functionspyproject.toml
'python'
withsys.executable
in CLI test