From 08933ab37fe495c1f659c8e94032b50ea72b9d2a Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 14 Feb 2023 14:46:08 +0100
Subject: [PATCH] Comment clarification

---
 src/vipscore_common/data_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vipscore_common/data_utils.py b/src/vipscore_common/data_utils.py
index 4bc6acd..11b97e7 100644
--- a/src/vipscore_common/data_utils.py
+++ b/src/vipscore_common/data_utils.py
@@ -67,7 +67,7 @@ def get_dataframe_from_weather_observations(weather_observations: list, timezone
 def get_result_list_from_dataframe(df: DataFrame):
     """
     Create a list of VIPS Result objects from a dataframe
-    Requires timeseries as index and a column named WARNING_STATUS with INT values ranging from 0-4 (see Result class)
+    Requires timeseries as index and a column named WARNING_STATUS with INT values ranging from 0-4 (see entities.Result class)
     """
     result_list = []
     dictframe = df.to_dict(orient="index")
-- 
GitLab