-
-
Notifications
You must be signed in to change notification settings - Fork 430
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 the Plasma tests #1150
Fix the Plasma tests #1150
Conversation
055d62e
to
84759d8
Compare
84759d8
to
3b4d5bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #1150 +/- ##
==========================================
- Coverage 77.29% 77.13% -0.16%
==========================================
Files 90 89 -1
Lines 5589 5551 -38
==========================================
- Hits 4320 4282 -38
Misses 1269 1269
Continue to review full report at Codecov.
|
Seems fine. Maybe would be a good idea to change the title of the PR to something more informative (about codecov and deleting tests) to find this in the future (if necessary). |
* fix some PEP8 * removed PEP8 violations * remove tests plasma test_plasmas_full * fix coverage problem * add token * use upstream/master azure yml and add token
In Progress ... Do not merge
There are currently several tests for the plasma calculation. Time to take inventory and clean up
Description
Fix up PEP8
Try to delete some tests and see if the coverage changes
Motivation and Context
There seem to be many tests and it is unclear which one them are still needed. We will delete and see if coverage changes.
How Has This Been Tested?
N/A