-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix plot phantom function #413
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #413 +/- ##
=======================================
Coverage 89.19% 89.19%
=======================================
Files 49 49
Lines 2803 2803
=======================================
Hits 2500 2500
Misses 303 303
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Hi I don't think this solves the problem in #407 yet. I think you need to think about how to use
My understanding is that now, The main problem is that the current implementation also breaks plots without motion. For phantoms with
|
This PR is intended to fix #407
I also correct some typos in the docstrings for some SimpleMotion types