Skip to content

CITCOM-project/causal-cut-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

causal-cut-tool

Implementation of the Causal Cut library as a usable tool. Run with ./causal_cut.sh datafile.pqt.

Environment setup

This project uses uv to manage the python environment. Setup the environment by installing uv and then (in the causal_cut_tool directory) running:

uv pip install -e .

uv run bash ./causal_cut.sh [DATAFILE TO TEST].pqt

Adapting the tool

In order to run your system using the tool, you will need to allow the tool to call a method that can run your system (or model of your system). This can be done in the causal_cut_plugin directory. Details about the python implementation needed can be found in the tutorial page along with information about the data that needs to be provided.

About

Implementation of Causal Cut library as a useable tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors