-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spline init with modified spline #136
Labels
bug
Something isn't working
Comments
is also a problem when trying to copy a spline that has not been in use in gustaf. |
could you give me a simple example? |
import gustaf as gus
tt = gus.Bezier(degrees=[1],control_points=[[0,],[1,]])
tt.copy() produces
|
that part is not valid anymore after this. try the main branch. meanwhile, I will try to bump the version |
Seems to work now after, applying #138 |
j042
added a commit
that referenced
this issue
May 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
initializing a spline with a spline will takes backend spline, even if the spline has local changes.
Undesired behavior
The text was updated successfully, but these errors were encountered: