Hi I’m new here and I’m trying out Travis with my codes . Problem here is that I got an error
ValueError: output array is not acceptable (must have the right type, nr dimensions, and be a C-Array)
.
I’ve test(and passed) my code local with win 10(numpy 1.14.5) and ubuntu 14.04(numpy 1.15.4) with pytest. Can anyone help me solve this?
BTW if you want to clone repo to test out remember to checkout travis branch.