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

Failed to run examples/neo.py #434

Open
EstanislauFilho opened this issue May 2, 2024 · 2 comments
Open

Failed to run examples/neo.py #434

EstanislauFilho opened this issue May 2, 2024 · 2 comments

Comments

@EstanislauFilho
Copy link

The error states that the dimensions of the matrices you are trying to concatenate are different along axis 1. The array at position 0 has size 13 and the array at position 1 has size 15. To use the np.r_ function, the dimensions along axes except the concatenation axis must be identical.

I attempted to brute force resize the matrices to ensure that the dimensions of the matrices were compatible. However, I was unsuccessful.

Screenshot from 2024-05-02 11-15-03

@haha1227
Copy link

The same problem. Did you solve this problem? thx

@ybl2333
Copy link

ybl2333 commented Jun 25, 2024

I have same question and try to install 1.0.3, it's work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants