Test that node input is not all zeros #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added a test to make sure that the node input is not all zeros when copying off the board.
@mundya @tcstewar: This is the problem I was getting yesterday. It came up again today, even using my new IP settings. I realized yesterday that @tcstewar's original suggested IP settings should have worked (this is basically what I put in the README, I think), but for some reason they didn't. Though they did seem to work when I went back to them after getting the board working with the other settings. All very strange.
Anyway, this test should at least let users know if this is happening. It's kind of slow, though, I guess because it spools up a simulator? Maybe it can be re-written to more specifically test the problem.
We'll have to spend more time at some point trying to figure out why this occurs, and whether we can have better IP suggestions to avoid it.