Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
e9894f9
1
Parent(s):
2b679ab
Adds convert to same encoding
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -90,6 +90,9 @@ jobs:
|
|
90 |
run:
|
91 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/pipeline_steps/benchmark.json
|
92 |
|
|
|
|
|
|
|
93 |
- name: Compare output
|
94 |
run: diff data/validation/test_benchmark.csv output/benchmark/test_benchmark.csv
|
95 |
|
@@ -139,7 +142,7 @@ jobs:
|
|
139 |
|
140 |
- name: Run test
|
141 |
run:
|
142 |
-
python main.py -o config_files/options/baseline.json -a config_files/algorithm/evaluation_plotter.json
|
143 |
|
144 |
test_integration:
|
145 |
runs-on: ubuntu-latest
|
|
|
90 |
run:
|
91 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/pipeline_steps/benchmark.json
|
92 |
|
93 |
+
- name: Convert output and validation to same encoding
|
94 |
+
run: iconv -f UTF-8 -t ASCII output/benchmark/test_benchmark.csv > data/validation/test_benchmark.csv
|
95 |
+
|
96 |
- name: Compare output
|
97 |
run: diff data/validation/test_benchmark.csv output/benchmark/test_benchmark.csv
|
98 |
|
|
|
142 |
|
143 |
- name: Run test
|
144 |
run:
|
145 |
+
python main.py -o config_files/options/baseline.json -a config_files/algorithm/pipeline_steps/evaluation_plotter.json
|
146 |
|
147 |
test_integration:
|
148 |
runs-on: ubuntu-latest
|
config_files/algorithm/{evaluation_plotter.json → pipeline_steps/evaluation_plotter.json}
RENAMED
File without changes
|