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
A function that was obtained from get_params_to_statetensor_func will return NaN when given too few parameters, rather than erroring out or assuming the extra parameters to be zero. Is this the expected behaviour?
A function that was obtained from
get_params_to_statetensor_func
will return NaN when given too few parameters, rather than erroring out or assuming the extra parameters to be zero. Is this the expected behaviour?Minimum working example:
I would expect either an error, since:
or for the extra parameters to be assumed to be zero, since:
I think throwing an error would be the ideal behaviour here.
The text was updated successfully, but these errors were encountered: