-
Notifications
You must be signed in to change notification settings - Fork 8
Improve test_ragone_chart. #148
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
Actually what you want to use here is probably |
Current coverage is 92.30%
@@ master #148 diff @@
==========================================
Files 67 67
Lines 4283 4309 +26
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 3924 3977 +53
+ Misses 359 332 -27
Partials 0 0
|
I use |
OK this test is not 100% because of the |
what's the reason for not having the constant load here? |
because we only have equivalent circuits and they do have the method implemented don't they? |
No you're right... |
We could use expected failure otherwise |
Also, would you remove |
You can use the decorator |
No, you are right. The code throws because in the test there are several places where we don't support |
I have removed the useless |
Since
load charge
is not implemented yet. This test cannot reach 100% of coverage.