Hi there,
I’m getting partial tests passed for the Exercise 1 on data generators…my lab id is: ldckmiceteeg
Wrong output from data generator.
Expected: (array([[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, -1]]), array([[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, -1]])).
Got: (array([[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, 35180]]), array([[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, 35180]])).
Wrong output from data generator in the first iteration.
Expected: (array([[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, -1],
[ 1, -1, -1, -1, -1]]), array([[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, -1],
[ 1, -1, -1, -1, -1]])).
Got: (array([[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, 35180]]), array([[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, 35180]])).
Wrong output from data generator in the second iteration.
Expected: (array([[ 2, -1, -1, -1, -1],
[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, -1]]), array([[ 2, -1, -1, -1, -1],
[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, -1]])).
Got: (array([[ 1, 2, 3, 4, 5],
[ 2, 3, 4, 5, 35180]]), array([[ 1, 2, 3, 4, 5],
[ 1, 2, 3, 4, 35180]])).
12 Tests passed
3 Tests failed
Can a mentor please help? Thanks so much. Rama