diff --git a/run.py b/run.py index 0407659..2d9712b 100644 --- a/run.py +++ b/run.py @@ -29,7 +29,7 @@ def calculation(path_in, path_out): for r in results: file.write(r + '\n') - +#pliki calculation('dev-0/in.tsv', 'dev-0/out.tsv') calculation('dev-1/in.tsv', 'dev-1/out.tsv') calculation('test-A/in.tsv', 'test-A/out.tsv') \ No newline at end of file