Skip to content

Commit

Permalink
Refactor Xarray simulation driver (#124)
Browse files Browse the repository at this point in the history
* refactor xarray simulation driver

Avoid serialization issues when using dask's distributed scheduler

* black

* add distributed scheduler in tests

* move multi-index logic to stores + clean-up

* update release notes

* move back multi-index logic to driver

Because multi-index levels may be model input variables.
  • Loading branch information
benbovy committed Apr 9, 2020
1 parent 9c6d69a commit 42e603d
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 208 deletions.
5 changes: 5 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Release Notes
v0.5.0 (Unreleased)
-------------------

Bug fixes
~~~~~~~~~

- Fix running batches of simulations using ``dask.distributed`` (:issue:`124`).

v0.4.0 (7 April 2020)
---------------------

Expand Down

0 comments on commit 42e603d

Please sign in to comment.