Closed jhcollins closed 4 years ago
Merging #1216 into master will decrease coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1216 +/- ##
==========================================
- Coverage 52.09% 52.09% -0.01%
==========================================
Files 526 526
Lines 108803 108803
==========================================
- Hits 56684 56683 -1
- Misses 52119 52120 +1
Impacted Files | Coverage Δ | |
---|---|---|
proteus/TwoPhaseFlow/utils/Parameters.py | 89.81% <100.00%> (ø) |
|
proteus/tests/test_boundaryconditions.py | 97.46% <0.00%> (-0.13%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f338ae4...c557e5d. Read the comment docs.
Let me try duplicating the result on a docker container.
Just kidding, I don't think it's possible.
@cekees It looks like restarting the build is insufficient. Considering the small number of changes, I'm quite alright with simply skipping that test and having someone with osx actually take a closer look to understand the effects of the diff.
OK with me. @jhcollins do you want to just put in a line in .travis.yaml to exclude that test on osx? @ejtovar whenever you get a chance, could you please run that test and see if it fails on your machine?
Going to go ahead and merge this. @ejtovar feel free to add your observations in this chain even if the PR is closed.
Thanks alvin. I was holding off until eric could check it out, but im fine with merging 👍
Sent from my iPhone
On Jun 26, 2020, at 10:16 PM, Alvin Zhang notifications@github.com wrote:
Going to go ahead and merge this. @ejtovar feel free to add your observations in this chain even if the PR is closed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
…ance back to 0.1*he in TwoPhaseFlow.py
Mandatory Checklist
Please ensure that the following criteria are met:
As a general rule of thumb, try to follow PEP8 guidelines.
Description