support for optional edge rescaling
This commit is contained in:
7
tests/test_pipeline.py
Normal file
7
tests/test_pipeline.py
Normal 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)
|
||||
Reference in New Issue
Block a user