Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 626 Bytes

File metadata and controls

28 lines (14 loc) · 626 Bytes

DOI

piqtree-demo

A demonstation as seen in the piqtree paper. To reproduce do as follows:

Setup uv

We use uv to ensure reproducability. If you haven't installed uv, but have Python, it can be installed as follows:

pip install uv

Setup data

The data the demo relies on can be extracted by running:

uv run setup_data.py

Running the demo

The demos can be run with the command:

uv run <script name>.py

For example

uv run piqtree_app__demo.py