Skip to content

Use dill to store function on disc

Michiel Cottaar requested to merge pickle_function into master

Dill is a lot more robust than my previous attempt to retreive functions stored on disc by func_to_cmd.

The dill library is already in the fslpython environment, so this is not a new dependency.

Merge request reports