kaleidocell.load#

kaleidocell.load(path)[source]#

Load a kaleidocell result object from disk.

Parameters:

path (str or Path) – Path to a file previously saved with save().

Returns:

The deserialised result object.

Return type:

object

Examples

>>> results_mp = kaleidocell.load("results/my_run.kc")