Open msommer24 opened 2 hours ago
Maybe this issue is related to file dvas_demo\config\data_config\PS-B3_origdata.yml
with following lines:
_temp: value: get('temp[˚C]', 'c2k')
So, maybe it is an encoding issue.
Yes, seeing as this error appears on Windows, this would be my first guess. I'll need to track down a Windows machine to try to reproduce this.
It has also been a while that the last automated tests (using Github actions) were run on a Windows machine - I might try to re-trigger them to see if they still pass.
Is there already an issue for this?
Describe the bug
Following dvas error occurs during first run of a fresh installed dvas with downloaded data package of UAII2022:
Usecols do not match columns, columns expected but not found: ['temp[ËšC]']
Steps to reproduce
dvas_run_recipe uaii2022.rcp uaii2022_fid-eid-rid-edt_day.csv -s '00' -e '00' -f F01
Relevant log output
Environment
Code of Conduct