load_results

Contents

load_results#

Class method.

load_results(file_name)[source]#

Simple wrapper to open and unpickle a file. If used for do-mpc results, this will return a dictionary with the stored do-mpc modules:

Parameters:

file_name (str) – File name (including path) for the file to be opened and unpickled.

Returns:

Dict – Returns the results stored in .pkl file.

This page is auto-generated. Page source is not available on Github.