diff --git a/sinergym/config/modeling.py b/sinergym/config/modeling.py index d703a4068..e6e537086 100644 --- a/sinergym/config/modeling.py +++ b/sinergym/config/modeling.py @@ -99,7 +99,7 @@ def __init__( IDF.setiddname(self._idd) self.ddy_model = IDF(self._ddy_path) - # Weather data (opyplus object) + # Weather data (epw.weather object) self.weather_data = Weather() self.weather_data.read(self._weather_path)