i keep getting this error. here’s my code can someone please explain to me what’s wrong
{moderator edit - solution code removed}
and also even though I only have this error i keep getting graded 0/100 when all my other tests are passed
1 Like
Try this:
np.zeros() does not require a “shape” argument. Just provide the tuples.
That might be mangling your values for a_next.
1 Like
You are initializing a incorrectly. The first dimension should be n_a, not n_x, right?
1 Like
