register_dataset_accessor and joblib Parallel #8813
Unanswered
aaschwanden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am defining a custom method using
register_dataset_accessor
and want to use it in combination withjoblib.Parallel
.Libraries
xarray: 2024.1.1
joblib: 1.3.2
This works just fine:
However, using
Parallel
results in
So it seems that the registered custom method is not passed on to
Parallel
.How can I get custom methods to work in the
Parallel
case?Beta Was this translation helpful? Give feedback.
All reactions