Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
c833c6c
1
Parent(s):
3c9a365
Fixes path in features test
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -34,4 +34,4 @@ jobs:
|
|
34 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/feature_extraction.json
|
35 |
|
36 |
- name: Compare output
|
37 |
-
run: diff
|
|
|
34 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/feature_extraction.json
|
35 |
|
36 |
- name: Compare output
|
37 |
+
run: diff data/test_2_feat.csv data/test_2_feat.csv
|