Skip to content

Commit

Permalink
chore: fixed ftp data retrieval and regenerated notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Jan 11, 2024
1 parent 5ee8727 commit 029e6af
Show file tree
Hide file tree
Showing 22 changed files with 70,257 additions and 40,394 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
viresclient set_token https://staging.aeolus.services/ows $VIRES_TOKEN_STAGING && \
viresclient set_default_server https://aeolus.services/ows && \
pip install jupyter-book==0.12.2 nbmake==1.2 pytest-xdist==2.5.0 && \
pytest --numprocesses 2 --nbmake --overwrite notebooks \
--ignore=notebooks/05a1_Orbit_prediction.ipynb \
--ignore=notebooks/05d1_Aerosol_profile_comparison.ipynb \
--ignore=notebooks/05e1_Wind_profile_comparison.ipynb && \
pytest --numprocesses 2 --nbmake --overwrite notebooks && \
jupyter-book build --config _config.yml .
'
- name: Deploy preview with netlify
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
viresclient set_token https://staging.aeolus.services/ows $VIRES_TOKEN_STAGING && \
viresclient set_default_server https://aeolus.services/ows && \
pip install jupyter-book==0.12.2 nbmake==1.2 pytest-xdist==2.5.0 && \
pytest --numprocesses 2 --nbmake --overwrite notebooks \
--ignore=notebooks/05a1_Orbit_prediction.ipynb \
--ignore=notebooks/05d1_Aerosol_profile_comparison.ipynb \
--ignore=notebooks/05e1_Wind_profile_comparison.ipynb && \
pytest --numprocesses 2 --nbmake --overwrite notebooks && \
jupyter-book build --config _config-testing.yml .
'
- name: Deploy preview with netlify
Expand Down
414 changes: 207 additions & 207 deletions notebooks/01a__Intro-Jupyter-Python.ipynb

Large diffs are not rendered by default.

556 changes: 278 additions & 278 deletions notebooks/01b1_Pandas-and-Plots.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 029e6af

Please sign in to comment.