-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ML2O3 Variable error when copying values #155
Comments
Unique groups needed for each lat_var_name.
unique groups should be for variable subsetting:
|
Error is caused by lat_var_name_prefix. [:-1] should be more generalized to the last index for a unique group rather than assuming the unique group name is always a group above the lat variable. line 785: GROUP_DELIM.join(lat_var_name.strip(GROUP_DELIM).split(GROUP_DELIM)[:-1]) |
--> 193 var_group.variables[new_var_name][:] = var_data
ValueError: shape mismatch: objects cannot be broadcast to a single shape. Mismatch is between arg 0 with shape (3495, 3495) and arg 1 with shape (3495, 2770).
The text was updated successfully, but these errors were encountered: