eckelsjd / amisc

Efficient framework for building surrogates of multidisciplinary systems using the adaptive multi-index stochastic collocation (AMISC) technique.
https://eckelsjd.github.io/amisc/
GNU General Public License v3.0
1 stars 1 forks source link

set_loky_pickler issues with dill #20

Open eckelsjd opened 1 month ago

eckelsjd commented 1 month ago

Expected Behavior

Actual Behavior

Ideas

eckelsjd commented 1 month ago

On a related note, the component models cannot use joblib.Parallel at all. If they close down the Parallel object, then the refine() loop's Parallel object will stop working.