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
E assert False
E + where False = <built-in method all of numpy.ndarray object at 0x16d907750>()
E + where <built-in method all of numpy.ndarray object at 0x16d907750> = array([2, 2, ..., 2, 2, 2, 2]) == array([2, 2, ..., 2, 2, 2, 2])
E Use -v to get more diff.all
tests/test_SSC.py:345: AssertionError
Could this test be fixed?
The text was updated successfully, but these errors were encountered:
When running the non-regression tests manually, I get the following:
E assert False
E + where False = <built-in method all of numpy.ndarray object at 0x16d907750>()
E + where <built-in method all of numpy.ndarray object at 0x16d907750> = array([2, 2, ..., 2, 2, 2, 2]) == array([2, 2, ..., 2, 2, 2, 2])
E Use -v to get more diff.all
tests/test_SSC.py:345: AssertionError
Could this test be fixed?
The text was updated successfully, but these errors were encountered: