orion.Orion.load

classmethod Orion.load(path)[source]

Load an Orion instance from a pickle file.

Parameters

path (str) – Path to the file where the instance has been previously serialized.

Returns

Orion

Raises

ValueError – If the serialized object is not an Orion instance.