Complete basic clean up and warning removal

This commit is contained in:
Guille Gutierrez 2023-05-31 10:49:17 -04:00
parent 628f43ee78
commit 9ff47087eb

View File

@ -18,7 +18,7 @@ class SraEngine:
self._output_file_path = output_file_path
self._weather_file = weather_file
if platform.system() == 'Linux':
self._executable = 'citysim_sra'
self._executable = 'sra'
elif platform.system() == 'Windows':
self._executable = 'shortwave_integer'
ExportsFactory('sra', self._city, output_file_path, weather_file=self._weather_file, weather_format='epw').export()