Removed __traits_version__ from json files
Created by: jjenthought
The workflow is a dictionary which contains lists of dictionaries, so only the traits_version keys in the top level dict were being removed. This changed the function so it should do it recursively. It seems fine but the only test is a on a single hardcoded example at the minute. Refs. issue https://github.com/force-h2020/force-bdss/issues/134
Fixes #134 (closed)
Merge request reports
Activity
Filter activity
Created by: codecov[bot]
Codecov Report
Merging #152 into master will increase coverage by
0.5%
. The diff coverage is100%
.@@ Coverage Diff @@ ## master #152 +/- ## ========================================= + Coverage 91.87% 92.37% +0.5% ========================================= Files 38 38 Lines 972 1049 +77 Branches 72 93 +21 ========================================= + Hits 893 969 +76 - Misses 75 76 +1 Partials 4 4
Impacted Files Coverage Δ force_bdss/io/workflow_writer.py 100% <100%> (ø)
force_bdss/core_evaluation_driver.py 93.58% <0%> (+3.7%)
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 0138ae3...e9053ef. Read the comment docs.
Please register or sign in to reply