qaz1678249 / scalar_kinematics

1 stars 0 forks source link

Numpy version issues #2

Closed Suke0811 closed 1 year ago

Suke0811 commented 1 year ago

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

qaz1678249 commented 1 year ago

It works on my computer with Numpy 1.24.3

Suke0811 commented 1 year ago

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 commented 1 year ago

resolved with #c2277ba