dandelion.utilities.read_pkl

dandelion.utilities.read_pkl(filename='dandelion_data.pkl.pbz2')[source]

Reads in and returns a Dandelion class saved using pickle format.

Parameters

filename (str) – path to .pkl file. Depending on the extension, it will try to unzip accordingly.

Returns

Return type

Dandelion object.