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
Maybe this can be fixed with switching the default value of constant_value to None for all methods except for constant, or a warning can be raised to manually set constant to None.
The text was updated successfully, but these errors were encountered:
I was trying to pad a grid with
method="linear_ramp"
, but received the following error:This seems to be due to
constant_values
defaulting to0
instead ofNone
. Pad works fine when I manually setconstant_values=None
, as below.Maybe this can be fixed with switching the default value of constant_value to None for all methods except for
constant
, or a warning can be raised to manually set constant to None.The text was updated successfully, but these errors were encountered: