Skip to content
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

Tests for the IO module #492

Merged
merged 40 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
82bf43c
first batch of tests
RondeauG Nov 7, 2024
0bfe1bd
more tests and fixes
RondeauG Nov 11, 2024
042b36f
more tests
RondeauG Nov 11, 2024
b1424c2
maybe fix lint
RondeauG Nov 12, 2024
2876f4a
maybe fix lint pt2
RondeauG Nov 12, 2024
4c0b4dd
fix some tests
RondeauG Nov 12, 2024
d15e740
try with previous flox version
RondeauG Nov 12, 2024
fa8206d
pin dask
RondeauG Nov 12, 2024
02f0d81
more explicit pins
RondeauG Nov 12, 2024
0081ead
upd changelog
RondeauG Nov 12, 2024
311965f
Update environment-dev.yml
RondeauG Nov 14, 2024
ffb66c1
Update environment.yml
RondeauG Nov 14, 2024
45ba4e8
Update pyproject.toml
RondeauG Nov 14, 2024
a085e79
Update environment-dev.yml
RondeauG Nov 14, 2024
abc2a40
Update environment.yml
RondeauG Nov 14, 2024
d0fb03d
Update pyproject.toml
RondeauG Nov 14, 2024
e7e9853
open_dataset to nimbus
RondeauG Nov 15, 2024
40f6075
more nimbus
RondeauG Nov 15, 2024
1a8e029
try to fix bad nimbus url
RondeauG Nov 15, 2024
184852d
revert change to nb
RondeauG Nov 15, 2024
e7dd5c3
address comments from code review
RondeauG Nov 18, 2024
f31b798
maybe fix nimbus
RondeauG Nov 18, 2024
7b9f8ad
Update docs/notebooks/4_ensembles.ipynb
RondeauG Nov 18, 2024
53a8aeb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 18, 2024
ebf7ded
try without zmetadata
RondeauG Nov 19, 2024
b04982f
Merge remote-tracking branch 'origin/road_to_90cov' into road_to_90cov
RondeauG Nov 19, 2024
c676877
revert
RondeauG Nov 19, 2024
c316993
comment it all
RondeauG Nov 19, 2024
2269cb1
remove subfunction
RondeauG Nov 19, 2024
5919bd4
more comments
RondeauG Nov 19, 2024
779a001
try to limit esmf
RondeauG Nov 19, 2024
93389c1
try without xesmf pin
RondeauG Nov 19, 2024
b09da87
switch pins
RondeauG Nov 19, 2024
a159f72
uncomment tests
RondeauG Nov 19, 2024
5c40c98
add pins
RondeauG Nov 19, 2024
71f6dda
explicit nimbus function
RondeauG Nov 19, 2024
623ce86
Update docs/notebooks/4_ensembles.ipynb
RondeauG Nov 20, 2024
4448bfa
add downloader
RondeauG Nov 20, 2024
fdf85d6
forgot pooch
RondeauG Nov 20, 2024
55720c2
cleanup
RondeauG Nov 20, 2024
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
Prev Previous commit
Next Next commit
Update docs/notebooks/4_ensembles.ipynb
Co-authored-by: Pascal Bourgault <bourgault.pascal@ouranos.ca>
  • Loading branch information
RondeauG and aulemahal authored Nov 20, 2024
commit 623ce8670192a1ace2fc850cabc9fcaa9a249732
2 changes: 1 addition & 1 deletion docs/notebooks/4_ensembles.ipynb
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
"\n",
"\n",
"def nimbus():\n",
" repo = \"https://raw.githubusercontent.com/Ouranosinc/xclim-testdata\"\n",
" repo = \"https://raw.githubusercontent.com/Ouranosinc/xclim-testdata/\"\n",
" branch = \"v2024.8.23\"\n",
" remote = urljoin(urljoin(repo, branch), \"data\")\n",
" return pooch.create(\n",
Loading