Skip to content

Commit

Permalink
Merge pull request #65 from IMMM-SFA/feature/notebook-mods
Browse files Browse the repository at this point in the history
JOSS Review:  Notebook modifications
  • Loading branch information
crvernon authored Apr 10, 2024
2 parents d441274 + 83148e5 commit dbbe0bf
Show file tree
Hide file tree
Showing 31 changed files with 23,981 additions and 5,573 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ jobs:
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
fail_ci_if_error: true
7 changes: 7 additions & 0 deletions docs/source/getting-started/quickstarter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ The table below lists the
- This notebook looks at how changes in storage in reservoirs in the Upper Colorado subbasin lead to changes to user shortages
- This notebook debuts the stationary Hidden Markov Model to generate alternative streamflow scenarios across the basins.
- This notebook demonstrates how to create a global Latin hypercube sample to consider multiple uncertainties in a basin.


.. include:: ../notebooks/N1_Demand_WaterRights_File_Modification.rst
.. include:: ../notebooks/N2_Evaporation_File_Modification.rst
.. include:: ../notebooks/N3_Reservoir_File_Modification.rst
.. include:: ../notebooks/N4_Streamflow_File_Modification.rst
.. include:: ../notebooks/N5_Batch_Modification.rst
Loading

0 comments on commit dbbe0bf

Please sign in to comment.