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 basic gist: models like polynomials can't be "copied" trivially because you need a way to know how many parameters they have. inspect gives everything needed to recognize this, and I think I solved it in the linked comment... but it needs a PR with proper testing and everything, as it's pretty complex.