We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04d766 commit 566491bCopy full SHA for 566491b
brainbox/tests/test_modeling.py
@@ -59,4 +59,4 @@ def test_dm_construct(self):
59
npy_file = Path(__file__).parent.joinpath('fixtures', 'design_matrix_test.npy')
60
if npy_file.exists():
61
ref_dm = np.load(npy_file)
62
- self.assertEqual(self.design.dm, ref_dm)
+ self.assertTrue(np.all(self.design.dm == ref_dm))
0 commit comments