mosaicperm.tilings.Tiling.load¶ classmethod Tiling.load(filename, **kwargs)[source]¶ Loads a tiling from a .npy file. Parameters: filenamestrFile where the tiling is stored. kwargsdictOther kwargs for __init__. Notes The .npy file must have been generated using save() or this method will not work.