-
Hi, I did another dummy example on matrixes and they seem not to be working.
and I have this error
My array has 2 rows and 2 columns. How can I get the second row? Am I doing something wrong? Can you help me please? Thks, |
Beta Was this translation helpful? Give feedback.
Answered by
stratika
Nov 13, 2022
Replies: 1 comment 4 replies
-
hi @MLobatoR, I managed to reproduce the problem. There is an error regarding the final index of the vector that corresponds to a |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
jjfumero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @MLobatoR,
I managed to reproduce the problem. There is an error regarding the final index of the vector that corresponds to a
row
. I work on a fix and will soon provide the patch for a PR. I am currently testing it in our CI pipeline.