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
I noticed that LogScale inherits from Scale Python side. But LogScaleModel and LogScale inherits respectively from LinearScaleModel and LinearScale JavaScript side. This means that the LogScale expects some attributes in the widget model that are not set Python side.
I suppose LogScale should at least inherit from LinearScale Python side, and an even cleaner solution could be to have a NumericalScale intermediate class.