From 2efa6960ed7b09e5738009ef9dccecefa69a6375 Mon Sep 17 00:00:00 2001 From: AlejandroCN7 Date: Fri, 27 Sep 2024 13:18:25 +0000 Subject: [PATCH] Updating comment in modeling --- sinergym/config/modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)