nismod / smif

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

#373 read scenario data #375

Closed fcooper8472 closed 5 years ago

fcooper8472 commented 5 years ago

First draft. Main features on the results api:

codecov[bot] commented 5 years ago

Codecov Report

Merging #375 into develop will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #375     +/-   ##
==========================================
+ Coverage    71.18%   71.28%   +0.1%     
==========================================
  Files           60       60             
  Lines         5351     5370     +19     
  Branches       663      664      +1     
==========================================
+ Hits          3809     3828     +19     
  Misses        1446     1446             
  Partials        96       96
Flag Coverage Δ
#javascript 71.28% <100%> (+0.1%) :arrow_up:
#python 78.97% <100%> (+0.08%) :arrow_up:
Impacted Files Coverage Δ
src/smif/data_layer/store.py 91.61% <100%> (+0.32%) :arrow_up:
src/smif/data_layer/results.py 93.24% <100%> (+0.59%) :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 e76f542...92f1554. Read the comment docs.

fcooper8472 commented 5 years ago

Closes #373