RWTH-EBC / richardsonpy

Python version of Richardson tool
GNU General Public License v3.0
17 stars 5 forks source link

Unicode error with weather file in Python 3.5 #12

Closed JSchiefelbein closed 5 years ago

JSchiefelbein commented 6 years ago

Pytests fail for Python 3.5

E UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe4 in position 29: invalid continuation byte

Should be solveable by conversion of weather input files to utf-8 format

JSchiefelbein commented 5 years ago

Solved on dev and master