We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
untitled1.zip
sverchok.utils.geom:283 : list indices must be integers or slices, not tuple
The text was updated successfully, but these errors were encountered:
Breaking commit c6a2b21
Sorry, something went wrong.
that's weird.
- t_r = t_in[:, np.newaxis] - tx + t_r = np.column_stack((t_in, t_in, t_in)) - tx
looks like t_in isn't an np.array , so problem starts here
t_in
- out = spline.eval(t_corr) + out = spline.eval(np.array(t_corr))
the make_range outputs .tolist()
make_range
.tolist()
No branches or pull requests
Problem statement
untitled1.zip
The text was updated successfully, but these errors were encountered: