8 lines
179 B
Python
8 lines
179 B
Python
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)
|