-
Notifications
You must be signed in to change notification settings - Fork 13
Fix test #132
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
LATTE is printing too much information from the mixer method when progress is enabled. Thus, I modified that to get cleaner output files. I hope this is not critical here.
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
=========================================
+ Coverage 40.69% 40.7% +<.01%
=========================================
Files 62 62
Lines 11745 11746 +1
Branches 1313 1313
=========================================
+ Hits 4780 4781 +1
Misses 6438 6438
Partials 527 527
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
=========================================
+ Coverage 40.69% 40.7% +<.01%
=========================================
Files 62 62
Lines 11745 11746 +1
Branches 1313 1313
=========================================
+ Hits 4780 4781 +1
Misses 6438 6438
Partials 527 527
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
=========================================
+ Coverage 40.69% 40.7% +<.01%
=========================================
Files 62 62
Lines 11745 11746 +1
Branches 1313 1313
=========================================
+ Hits 4780 4781 +1
Misses 6438 6438
Partials 527 527
Continue to review full report at Codecov.
|
* Add support for BML ellblock format * Fix test (#132) * Update prg_pulaycomponent_mod.F90 (#130) LATTE is printing too much information from the mixer method when progress is enabled. Thus, I modified that to get cleaner output files. I hope this is not critical here. * Fixed sp2graph test * Added clone bml * Gfortran by gfortran-6 * Capturing progress path * Move bml install into separate script This should make the .travis.yml file more readable. Signed-off-by: Nicolas Bock <[email protected]> * Add support for BML ellblock format
Fixed some timer positions in the tests
This change is