Closed
Description
I noticed that our testing framework doesn't perform tests using Theano arguments (not within our systematized tests—like TestMatchesScipy
—at least).
This seems like a pretty big oversight, and appears to have let #3999 go unchecked.
In general, I would say that Theano arguments make a much better default than NumPy, so perhaps we should consider changing our test framework to use them.
Originally posted by @brandonwillard in #4000 (comment)