Skip to content
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

Numpy version issues #2

Closed
Suke0811 opened this issue May 30, 2023 · 3 comments
Closed

Numpy version issues #2

Suke0811 opened this issue May 30, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Suke0811
Copy link
Collaborator

with Numpy 1.24.3, we get the following errors.
This is because the newer version of numpy does not handle nested np array.
It worked with numpy 1.23.0

image

@Suke0811 Suke0811 added the bug Something isn't working label May 30, 2023
@qaz1678249
Copy link
Owner

It works on my computer with Numpy 1.24.3

@Suke0811
Copy link
Collaborator Author

Have you pushed the latest version of the kinematics repo? @AlexS28 had the same issues.

ver1.24 changed the ragged array creation to throw an exception.
This

@Suke0811
Copy link
Collaborator Author

resolved with #c2277ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants