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
Using the handler.substitute with a plate is counter-intuitive. Given that plate takes an int for the size parameter, I would expect the substitute value to also have type int. However, the substitution need a range [0,n). Below is a small example that illustrates this behavior:
Using the
handler.substitute
with a plate is counter-intuitive. Given thatplate
takes anint
for thesize
parameter, I would expect the substitute value to also have typeint
. However, the substitution need a range[0,n)
. Below is a small example that illustrates this behavior:The text was updated successfully, but these errors were encountered: