diff --git a/sra_engine.py b/sra_engine.py index 7737d77..e8618f8 100644 --- a/sra_engine.py +++ b/sra_engine.py @@ -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()