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 main addition needed is to handle sc.smooth.spec smooths, but these don't need a new method; seemingly the main difference is that these smooths don't have an nCons attribute and the code in spline_values assumed this was present.
make draw() etc work for these smooths
check what needs to happen / what mgcv does for these smooths in terms of the overall uncertainty thing
The main addition needed is to handle
sc.smooth.specsmooths, but these don't need a new method; seemingly the main difference is that these smooths don't have annConsattribute and the code in spline_values assumed this was present.draw()etc work for these smooths