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
Which forces us to create new variables in a two-step process, first without dim information and then with it (via resizing). Code could be simplified if we don't have to worry about dims being specified on the fly.
These two behaviors of dims are also potentially confusing when mixed together:
Discussed in #6065
Originally posted by ricardoV94 August 25, 2022
Right now we can specify dims on the fly, which are taken from the shape of a variable:
This is neat, but causes some code complexity, because we also allow dims to inform the shape of a variable.
Which forces us to create new variables in a two-step process, first without dim information and then with it (via resizing). Code could be simplified if we don't have to worry about dims being specified on the fly.
These two behaviors of dims are also potentially confusing when mixed together:
The text was updated successfully, but these errors were encountered: