DeltaRCM / pyDeltaRCM

Delta model with a reduced-complexity approach
https://deltarcm.org/pyDeltaRCM/
MIT License
18 stars 11 forks source link

tests for save-lists and their values in the netcdf #199

Closed elbeejay closed 3 years ago

elbeejay commented 3 years ago

aims to close #197

Not sure if this is what you had in mind @amoodie, these tests check the output "lists" we create to make sure expected data is there for the eta grid, the fixed metadata parameter L0, and the time-varying metadata H_SL. Then to be sure that these "lists" of outputs are properly translated to the netcdf there's a test to check the fields in the netcdf against dimensions and values of the model.

codecov[bot] commented 3 years ago

Codecov Report

Merging #199 (d39114c) into develop (9abe66b) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #199      +/-   ##
===========================================
+ Coverage    78.80%   78.85%   +0.05%     
===========================================
  Files           12       12              
  Lines         2534     2540       +6     
===========================================
+ Hits          1997     2003       +6     
  Misses         537      537              
Impacted Files Coverage Δ
pyDeltaRCM/debug_tools.py 79.41% <0.00%> (+0.95%) :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 9abe66b...d39114c. Read the comment docs.