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 constant Parameter attribute isn't correctly inherited in Parameterized subclasses. This was the behavior in Param 1 and somehow wasn't changed in Param 2.0. Seems like an oversight?
The
constant
Parameter attribute isn't correctly inherited in Parameterized subclasses. This was the behavior in Param 1 and somehow wasn't changed in Param 2.0. Seems like an oversight?A sort of fortunate bug as that would considerably break Panel when it overrides
name
and doesn't setconstant=False
explicitly.https://github.com/holoviz/panel/blob/d48c45f0606d407c833c02fb85c8fc03c9d9cde4/panel/widgets/base.py#L86
The text was updated successfully, but these errors were encountered: