tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
45 stars 13 forks source link

inconsistency in fitting #415

Closed j042 closed 4 months ago

j042 commented 4 months ago

fitting queries with fitting spline does not return fitting spline type.

j042 commented 4 months ago

always returns BSpline

j042 commented 4 months ago

I think parametrize() isn't the same as our previous implementation here

j042 commented 4 months ago

addressed #417