You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compat="override" option in the various combining functions, avoids comparing values for compatibility and simply picks the first occurence of a variable, and inserts it in the result.
This can be dangerous if the values are of differing dimensionality:
What happened?
The
compat="override"
option in the various combining functions, avoids comparing values for compatibility and simply picks the first occurence of a variable, and inserts it in the result.This can be dangerous if the values are of differing dimensionality:
Now the dimensionality of
x
in the output depends on the order of arguments (example below).I propose that
compat="override"
at least check thatndim
is the same for a variable across all provided objects.Example
The text was updated successfully, but these errors were encountered: