Closed janssenhenning closed 2 years ago
Merging #185 (ddb39a8) into develop (c6984c3) will increase coverage by
0.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #185 +/- ##
===========================================
+ Coverage 71.06% 71.12% +0.05%
===========================================
Files 121 121
Lines 14818 14845 +27
===========================================
+ Hits 10531 10558 +27
Misses 4287 4287
Impacted Files | Coverage Δ | |
---|---|---|
aiida_fleur/workflows/base_fleur.py | 91.19% <100.00%> (+0.33%) |
:arrow_up: |
tests/workflows/test_base_fleur_workchain.py | 94.85% <100.00%> (+0.40%) |
:arrow_up: |
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 c6984c3...ddb39a8. Read the comment docs.
The out of memory error can also occur after several iterations if the mixing_history no longer fits into memory. For this reason atleast check for a
cdn_last.hdf
file and if found reuse itThe out of walltime memory handler no longer instantly kills the workflow if no charge density is available. The charge density is ignored in this case