Closed awallace-cray closed 6 years ago
Forgot to mention - this change passes internally. Still fails on Travis.
Hmm, guess I was wrong that we had a way to force the version update. Unless we only applied it to a specific package? In any case, this change looks reasonable to me. Thanks, Tony!
The version of numpy brought in by pip changed, which changed some test outputs in meaningless ways (ie, spaces), and those meaningless changes broke a unit test with assertEquals( "string literal", test(something) )
This change fixes the unit test error, without at all addressing the underlying issue (hyper-sensitive string comparison).