Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update pastas notebooks to newest pastas version #38 #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.11]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ venv.bak/
Practical_examples/02_data_analysis/05_congress_twitter_analysis/data/*
Practical_examples/05_flopy_groundwater_model/model
Practical_examples/05_flopy_groundwater_model/results/*
Practical_examples/03_bokeh/plot.svg
Practical_examples/03_bokeh/plot.html
Practical_examples/04_folium/results/*
Practical_examples/20-04_folium/results/*
!Practical_examples/05_flopy_groundwater_model/results/.gitkeep
Expand Down
517 changes: 57 additions & 460 deletions Exercise_notebooks/On_topic/19_pastas/1_basic_pastas_model.ipynb

Large diffs are not rendered by default.

638 changes: 63 additions & 575 deletions Exercise_notebooks/On_topic/19_pastas/2_external_stresses.ipynb

Large diffs are not rendered by default.

697 changes: 86 additions & 611 deletions Exercise_notebooks/On_topic/19_pastas/3_stressmodels.ipynb

Large diffs are not rendered by default.

867 changes: 39 additions & 828 deletions Exercise_notebooks/On_topic/19_pastas/4_pastastore.ipynb

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions autotest/test_03_practical_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,6 @@ def test_congress_twitter_analysis():
tf.run_notebook(fname, clearoutput=False)


def test_00___Introduction_and_Setup():
fpath_rel = ["03_bokeh", "00 - Introduction and Setup.ipynb"]
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


def test_01___Basic_Plotting():
fpath_rel = ["03_bokeh", "01 - Basic Plotting.ipynb"]
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


# def test_02___Styling_and_Theming():
# fpath_rel = ["03_bokeh", "02 - Styling and Theming.ipynb"]
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)


def test_03___Data_Sources_and_Transformations():
fpath_rel = ["03_bokeh", "03 - Data Sources and Transformations.ipynb"]
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)


# def test_Folium02_CheckZorder():
# fpath_rel = ["04_folium", "Folium02_CheckZorder.ipynb"]
# fname = os.path.join(nb_dir, *fpath_rel)
Expand Down
226 changes: 0 additions & 226 deletions practical_examples/03_bokeh/00 - Introduction and Setup.ipynb

This file was deleted.

Loading