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
Currently the parallel plotting capability only works when the the setplot argument is a path to a separate file (i.e. you cannot pass it a function handle). As suggested by @ketch, we could probably use one of the more sophisticated multiprocessing modules to do this, in particular one that uses dill instead of pickle. Original discussion in #170.
The text was updated successfully, but these errors were encountered:
Currently the parallel plotting capability only works when the the
setplot
argument is a path to a separate file (i.e. you cannot pass it a function handle). As suggested by @ketch, we could probably use one of the more sophisticated multiprocessing modules to do this, in particular one that usesdill
instead ofpickle
. Original discussion in #170.The text was updated successfully, but these errors were encountered: