Loading raps/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class ConfigManager: def load_system_config(self, system_name: str) -> None: base_path = CONFIG_PATH / system_name config_files = ['system.json', 'power.json', 'scheduler.json'] optional_files = ['cooling.json', 'uq.json', 'weather.json'] optional_files = ['cooling.json', 'uq.json'] for config_file in config_files + optional_files: file_path = base_path / config_file Loading Loading
raps/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class ConfigManager: def load_system_config(self, system_name: str) -> None: base_path = CONFIG_PATH / system_name config_files = ['system.json', 'power.json', 'scheduler.json'] optional_files = ['cooling.json', 'uq.json', 'weather.json'] optional_files = ['cooling.json', 'uq.json'] for config_file in config_files + optional_files: file_path = base_path / config_file Loading