Andrea Maldonado commited on
Commit
c833c6c
·
1 Parent(s): 3c9a365

Fixes path in features test

Browse files
Files changed (1) hide show
  1. .github/workflows/test_gedi.yml +1 -1
.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 output/benchmark/test_2_benchmark.csv output/benchmark/test_2_benchmark.csv
 
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