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

Enabling dask kwargs to be passed into xr.open_netcdf #1749

Merged
merged 37 commits into from
Nov 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ad6a9a0
adding keyword args
mortonjt Jul 29, 2021
95c9a34
pushing intermediate commits to pass group_kwargs to load_arviz_data
mortonjt Jul 30, 2021
ffcafdf
adding regex and unittest
mortonjt Aug 22, 2021
69c4743
adding unittests
mortonjt Aug 23, 2021
c41ac0a
updating changelog
mortonjt Aug 23, 2021
8c5616c
Update arviz/data/inference_data.py
mortonjt Aug 23, 2021
8d547c8
Update arviz/data/inference_data.py
mortonjt Aug 23, 2021
b84b057
docstrings and black
mortonjt Aug 23, 2021
1cdef7a
fixing tests
mortonjt Aug 23, 2021
80e092c
adding dask test
mortonjt Aug 23, 2021
6fd613e
adding more experimental warnings
mortonjt Aug 23, 2021
6384959
adding dask distributed dep
mortonjt Aug 24, 2021
9e99e35
fixing list equality
mortonjt Aug 24, 2021
84844c3
requirements
mortonjt Aug 24, 2021
41102ce
remove quotes
mortonjt Aug 24, 2021
9ed77b4
checking chunks on the wrong object :/
mortonjt Aug 28, 2021
40407d5
bump
mortonjt Aug 28, 2021
ed433cf
bump debug, not sure why the results differ
mortonjt Aug 28, 2021
f7f9177
simplifying test with only 1 chunk
mortonjt Aug 28, 2021
4f9aed8
getting rid of dask client following xarray dask tests
mortonjt Aug 29, 2021
64f9066
premature commit. tests now passing locally
mortonjt Aug 29, 2021
7d29179
removing running_on_cli:
mortonjt Aug 29, 2021
a89294c
bleh fixing ordering of import
mortonjt Aug 29, 2021
d0e3426
removing parallel flag
mortonjt Aug 31, 2021
ec26d0e
another debug run
mortonjt Aug 31, 2021
39f5d7b
guarantee ordering
mortonjt Aug 31, 2021
715d55c
adding temporary debugging checks
mortonjt Aug 31, 2021
6627676
bump
mortonjt Aug 31, 2021
9581d4f
maybe we don't need the synchronize black
mortonjt Aug 31, 2021
7d03b15
removing tests for now
mortonjt Sep 6, 2021
454f51a
updating argument
mortonjt Oct 12, 2021
6ec71cc
removing debug statements again
mortonjt Oct 12, 2021
5de4d5d
simplifying types
mortonjt Oct 12, 2021
4a52f4e
black?
mortonjt Oct 12, 2021
f4114e2
bump
mortonjt Oct 12, 2021
79805d3
rebase against main?
mortonjt Oct 15, 2021
92fcbf0
fix docs and changelog
OriolAbril Nov 14, 2021
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
Loading