You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run all the unittests, it prints out stuff besides just the test results. I think it would be nice if this wasn't there. It would be cleaner. And unexpected new warnings would more obviously surface. Specifically:
test_memoryone and test_memorytwo produce UserWarnings that we can fix or suppress. test_human produces outputs; these can probably be silenced.
The text was updated successfully, but these errors were encountered:
When we run all the unittests, it prints out stuff besides just the test results. I think it would be nice if this wasn't there. It would be cleaner. And unexpected new warnings would more obviously surface. Specifically:
test_memoryone and test_memorytwo produce UserWarnings that we can fix or suppress. test_human produces outputs; these can probably be silenced.
The text was updated successfully, but these errors were encountered: