From ffafc9c2c675ce4e89386c725def331a88274004 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:28:16 +0300 Subject: [PATCH] Update curve_nodes.py --- nodes/curve_nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/curve_nodes.py b/nodes/curve_nodes.py index 6ac2238..89d2655 100644 --- a/nodes/curve_nodes.py +++ b/nodes/curve_nodes.py @@ -632,7 +632,7 @@ and returns that as the selected output type. # Convert mean_values to the specified output_type if output_type == 'list': - out = mean_values, + out = mean_values elif output_type == 'pandas series': try: import pandas as pd