mosaicperm.tilings.Tiling.load

classmethod Tiling.load(filename, **kwargs)[source]

Loads a tiling from a .npy file.

Parameters:
filenamestr

File where the tiling is stored.

kwargsdict

Other kwargs for __init__.

Notes

The .npy file must have been generated using save() or this method will not work.