spaghetti.Network.loadnetwork

static Network.loadnetwork(filename)[source]

Load a network from a binary file saved on disk.

Parameters
filenamepython:str

The filename where the network is saved.

Returns
selfspaghetti.Network

A pre-computed spaghetti network object.