Skip to content

Commit

Permalink
CI/MAINT: fixup 1bd9ab8
Browse files Browse the repository at this point in the history
- update filepaths
- add `pandoc` dependency necessary for windows build
  • Loading branch information
fkuehlein committed Feb 2, 2024
1 parent 1bd9ab8 commit 4a10fb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/tutorials/ClimateNetworks.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dev =
Cython >= 3.0
docs =
sphinx >= 7.0
pandoc >= 2.3
ipython >= 8.4
nbsphinx >= 0.9.3
nbsphinx-link >= 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion tests/test_climate/test_map_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_plot():
# prepare ClimateNetwork fixture
# (select subset of data to speed up loading and calculation)
title = "ncep_ncar_reanalysis"
file = 'notebooks/air.mon.mean.nc'
file = 'examples/tutorials/data/air.mon.mean.nc'
window = {
"time_min": 0., "time_max": 0.,
"lat_min": 30, "lon_min": 0,
Expand Down

0 comments on commit 4a10fb7

Please sign in to comment.