DeltaRCM / pyDeltaRCM

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

some maintenance and some features (non-breaking) #242

Closed amoodie closed 2 years ago

amoodie commented 2 years ago

this PR does some package maintenance (e.g., suppressing numpy warnings) and adds a few non-breaking features.

The features are:

Updates documentation accordingly.

codecov[bot] commented 2 years ago

Codecov Report

Merging #242 (61f6626) into develop (edf6927) will increase coverage by 0.06%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #242      +/-   ##
===========================================
+ Coverage    78.85%   78.91%   +0.06%     
===========================================
  Files           12       12              
  Lines         2577     2590      +13     
===========================================
+ Hits          2032     2044      +12     
- Misses         545      546       +1     
Impacted Files Coverage Δ
pyDeltaRCM/init_tools.py 97.10% <ø> (ø)
pyDeltaRCM/water_tools.py 54.83% <33.33%> (-0.03%) :arrow_down:
pyDeltaRCM/hook_tools.py 98.18% <100.00%> (+0.14%) :arrow_up:
pyDeltaRCM/iteration_tools.py 98.01% <100.00%> (+0.02%) :arrow_up:
pyDeltaRCM/sed_tools.py 44.29% <100.00%> (+0.36%) :arrow_up:
pyDeltaRCM/shared_tools.py 76.19% <100.00%> (+0.70%) :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 edf6927...61f6626. Read the comment docs.