nismod / smif

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

Fix/read nan #391

Closed tomalrussell closed 5 years ago

tomalrussell commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #391 into master will increase coverage by 0.06%. The diff coverage is 30.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
+ Coverage   70.71%   70.77%   +0.06%     
==========================================
  Files          64       64              
  Lines        5647     5643       -4     
  Branches      715      716       +1     
==========================================
+ Hits         3993     3994       +1     
+ Misses       1550     1545       -5     
  Partials      104      104
Flag Coverage Δ
#javascript 70.77% <30.09%> (+0.06%) :arrow_up:
#python 77.95% <30.09%> (+0.08%) :arrow_up:
Impacted Files Coverage Δ
src/smif/data_layer/abstract_data_store.py 98.63% <ø> (ø) :arrow_up:
src/smif/controller/build.py 82.81% <0%> (ø) :arrow_up:
src/smif/data_layer/database_interface.py 16.88% <0%> (+0.3%) :arrow_up:
src/smif/controller/run/defaultscheduler.py 76.74% <0%> (ø) :arrow_up:
src/smif/data_layer/file/file_data_store.py 89.61% <100%> (+0.1%) :arrow_up:
src/smif/controller/job/serialjobscheduler.py 100% <100%> (ø) :arrow_up:
src/smif/data_layer/results.py 93.24% <100%> (ø) :arrow_up:
src/smif/data_layer/data_array.py 86.89% <100%> (ø) :arrow_up:
src/smif/controller/run/dafnirunscheduler.py 17.82% <45.45%> (-1.72%) :arrow_down:
src/smif/data_layer/file/file_metadata_store.py 76.62% <72.72%> (-1.23%) :arrow_down:

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 58fed3c...3f9dba8. Read the comment docs.