You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert examples/seismic/model.py to use legacy SubDomain API
The new SubDomain API (passing grid= to SubDomain constructor) breaks
Dask pickling/unpickling, causing AttributeError when Grid is deserialized.
Reverting to the legacy API (passing subdomains= to Grid constructor)
which works correctly with Dask, even though it triggers a deprecation
warning. This is acceptable until the new API is fixed to work with Dask.
0 commit comments