-
Notifications
You must be signed in to change notification settings - Fork 21
Improve plot_force
and fix spec_updater
#227
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 80.74% 80.95% +0.20%
==========================================
Files 85 85
Lines 5463 5465 +2
==========================================
+ Hits 4411 4424 +13
+ Misses 1052 1041 -11
Continue to review full report at Codecov.
|
Just lacks a small test :) |
tests/draw/test_plt.py
Outdated
@@ -15,7 +15,7 @@ | |||
from tyssue import Sheet, config | |||
from tyssue.draw.plt_draw import quick_edge_draw, sheet_view | |||
from tyssue.draw.plt_draw import _face_color_from_sequence | |||
from tyssue.draw.plt_draw import create_gif | |||
from tyssue.draw.plt_draw import create_gif, plot_force |
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.
it's plot_forces
😆
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.
It's difficult to write test this morning..., I also forgot to put a test, in the test function... --'
You can add sheet.update_spec(model.specs) to have the correct columns (and a test that passes) |
Fridays are hard |
No description provided.