Closed Corwinpro closed 4 years ago
Merging #287 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #287 +/- ##
==========================================
+ Coverage 97.07% 97.08% +<.01%
==========================================
Files 57 57
Lines 1575 1578 +3
Branches 152 153 +1
==========================================
+ Hits 1529 1532 +3
Misses 42 42
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
force_bdss/io/workflow_reader.py | 100% <100%> (ø) |
: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 8b0546c...84943f8. Read the comment docs.
Note: This branch was successfully merged to master, though something happened to GitHub at the time and so the PR request was not updated successfully
This PR closes #271
Summary
We add a
"version"
specific rule in theWorkflowReader._preprocess_workflow_data()
method, that expect the"mco"
keyword in the workflow configuration file of"version": "1"
.The workflow config files of version
"1"
use"mco"
as the key to identify the mco model parameters, so we restore the ability to read old configuration file with"mco"
instead of"mco_model"
.