Replies: 2 comments 3 replies
-
Could I ask you to make a PR to add a failing testcase? |
Beta Was this translation helpful? Give feedback.
3 replies
-
glad to be of help😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my situation, the matrix X will be 1D (n, 1) in a special case. The numpy array in that case will have both C-contig and F-contig set to true, which cannot be changed or set to F-contig. And nanobind refuses to accept it. Is this a bug or designed by purpose?
I'm using the latest version of nanobind installed via pip.
Beta Was this translation helpful? Give feedback.
All reactions