nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

Variability #381

Closed tlestang closed 5 years ago

tlestang commented 5 years ago

The variability functionality (see #353) allows users of smif to perform an ensemble of model runs, based on an ensemble of scenario variants. In this case the command smif run in invoked with a batch file (#179) that contains the list of model runs.

This pull request mainly adds the smif prepare-run and smif prepare-scenario commands (#364 ).

codecov[bot] commented 5 years ago

Codecov Report

Merging #381 into master will increase coverage by 0.34%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
+ Coverage   71.09%   71.44%   +0.34%     
==========================================
  Files          60       60              
  Lines        5342     5400      +58     
  Branches      661      669       +8     
==========================================
+ Hits         3798     3858      +60     
+ Misses       1448     1446       -2     
  Partials       96       96
Flag Coverage Δ
#javascript 71.44% <100%> (+0.34%) :arrow_up:
#python 79.11% <100%> (+0.31%) :arrow_up:
Impacted Files Coverage Δ
src/smif/cli/log.py 95.83% <ø> (-0.17%) :arrow_down:
src/smif/data_layer/store.py 92.32% <100%> (+1.03%) :arrow_up:
src/smif/data_layer/results.py 93.24% <100%> (+1.71%) :arrow_up:
src/smif/data_layer/memory_interface.py 88.81% <100%> (+0.69%) :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 61a855e...8ed527d. Read the comment docs.