-
Notifications
You must be signed in to change notification settings - Fork 1
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 coverage #91
Fix coverage #91
Conversation
overall cov now at 96%, code_eT_zhz 79% Todo: refine testing further
update to testing and dev branches workflow
I'm going to add a commit resolving #90 to the head of this branch |
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
===========================================
+ Coverage 93.79% 100.00% +6.20%
===========================================
Files 10 10
Lines 3675 3540 -135
===========================================
+ Hits 3447 3540 +93
+ Misses 228 0 -228 |
|
||
# for each t term add 1 electronic label | ||
electronic_components += ['a', ] * len(t_list) | ||
# the dT term has 1 electronic components |
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.
At first I thought there was an issue in lines 127-136 and you deleted some code but I think its just git incorrectly recognizing the line changes
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.
Ah okay this can be fixed by adding an empty line after the else
statement
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.
Looks good
`_handle_multiline_same_prefactor` `_collect_z_contributions`
No description provided.