This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lee yummy
Recipients lee yummy
Date 2020-05-25.03:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590375765.94.0.197466932598.issue40761@roundup.psfhosted.org>
In-reply-to
Content
self.assertTrue(np.array_equal(x, y), "") # x.shape is [58, 139]

np.array_equal(x, y) is False, but `self.assertTrue(np.array_equal(x, y), "")` doesn't raise error.
History
Date User Action Args
2020-05-25 03:02:46lee yummysetrecipients: + lee yummy
2020-05-25 03:02:45lee yummysetmessageid: <1590375765.94.0.197466932598.issue40761@roundup.psfhosted.org>
2020-05-25 03:02:45lee yummylinkissue40761 messages
2020-05-25 03:02:45lee yummycreate