load

Class method.

load(path)

Loads a nMPyC result object from a file.

The specified path must lead to a file that was previously saved with save().

Parameters:

path (str) – String defining the path to the file containing the nMPyC result object.

For example

>>> result.load('result.pickle')

will load the result previously saved with save().