What happens
build_solutions_octave fails at commit 119e382d. Although that the code runs locally (and solves the challenge) and the linter reports no errors, the code fails the build.
What do you understand or find about that problem
According to Octave documentation, the error shows that there is a problem with array size, which appears to be an empty array.
You make any workaround? What did you do?
Tried to approach the problem by using cell arrays for the data parsed as a string, also by parsing the data as an integer number and processing them in an uni-dimensional array, but does not seems to solve the error
Evidences
I need help with
Need help to figure out what is wrong with my approach in the commit about the error shown in the evidence