diff --git a/rime/rime_functions.py b/rime/rime_functions.py index 057409c..4ce439b 100644 --- a/rime/rime_functions.py +++ b/rime/rime_functions.py @@ -222,8 +222,8 @@ def map_transform_gwl( """ - if len(df1.variable) > 1: - raise Exception("Error: more than 1 variable in DataFrame") + # if len(df1.variable) > 1: + # raise Exception("Error: more than 1 variable in DataFrame") if len(df1.meta) > 1: raise Exception("Error: more than 1 model-scenario in DataFrame")