Complete basic clean up and warning removal
This commit is contained in:
parent
628f43ee78
commit
9ff47087eb
@ -18,7 +18,7 @@ class SraEngine:
|
|||||||
self._output_file_path = output_file_path
|
self._output_file_path = output_file_path
|
||||||
self._weather_file = weather_file
|
self._weather_file = weather_file
|
||||||
if platform.system() == 'Linux':
|
if platform.system() == 'Linux':
|
||||||
self._executable = 'citysim_sra'
|
self._executable = 'sra'
|
||||||
elif platform.system() == 'Windows':
|
elif platform.system() == 'Windows':
|
||||||
self._executable = 'shortwave_integer'
|
self._executable = 'shortwave_integer'
|
||||||
ExportsFactory('sra', self._city, output_file_path, weather_file=self._weather_file, weather_format='epw').export()
|
ExportsFactory('sra', self._city, output_file_path, weather_file=self._weather_file, weather_format='epw').export()
|
||||||
|
Loading…
Reference in New Issue
Block a user