The following test fails:
import unittest unittest.TestCase().assertSequenceEqual([1,2,3],np.array([1.,2.,3.]))
I expected it to succeed. I u