pytspl.io.data_loaders.paper_loader

Attributes

PAPER_DATA_FOLDER

Functions

load_paper_data(→ tuple)

Read the paper data and return the simplicial complex, coordinates

Module Contents

pytspl.io.data_loaders.paper_loader.PAPER_DATA_FOLDER
pytspl.io.data_loaders.paper_loader.load_paper_data() tuple[source]

Read the paper data and return the simplicial complex, coordinates and the flow.

Returns:
tuple:

SimplicialComplex: The simplicial complex of the paper data. dict: The coordinates of the nodes. dict: The flow data of the paper data.