All programmers feel your pain. A single character wrong can ruin everything. But the key is knowing how to debug a problem like that: that’s part of the job, right? Anytime you get a shape mismatch, the first step is to figure out what the shapes should be. That technique I showed there is called “Dimensional Analysis”. Here’s another example of how to do that for the equivalent test in Week 4.