I have have run all cells in the notebook and received all test passed.
However, when I submit I get the following message: Exercise 5: Cell #13. Can't compile the student's code. Error: ValueError('need at least one array to concatenate',)
The problem is that I cannot understand where I have done something wrong.
As far as I can tell the cells are not numbered so the reference to Cell 13 is useless.
I can also not find anywhere where my code even attempts to do any concatenation of arrays.
Any thought on what the underlying problem might be?