Skip to content

Commit

Permalink
remove catch for more than 1 variable in df
Browse files Browse the repository at this point in the history
  • Loading branch information
byersiiasa committed Mar 2, 2024
1 parent ca3106c commit 0f5e9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rime/rime_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 0f5e9bc

Please sign in to comment.