support for optional edge rescaling

This commit is contained in:
2025-06-20 09:10:37 +02:00
parent 6cdab45e61
commit 50e62245a1
4 changed files with 19 additions and 5 deletions

7
tests/test_pipeline.py Normal file
View File

@@ -0,0 +1,7 @@
from tom_plugin import pipeline
def test_pipeline():
test_id = 'test1'
filename = 'Dummy_Dataset_N_1000.csv'
pipeline.run_on_csv_data(id=test_id, filename=filename)