Skip to content

Commit 1a563ff

Browse files
authored
Update test_PairedEndTrack.py
1 parent 477badb commit 1a563ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_PairedEndTrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def test_return_anndata(self):
204204
self.assertEqual(list(adata.var.index), ["peak_1", "peak_2", "peak_3"])
205205

206206
X = adata.X.toarray()
207-
expected = np.array([[2, 0, 0],
207+
expected = np.array([[3, 1, 0],
208208
[3, 0, 0],
209209
[0, 4, 0]], dtype=np.int32)
210210
np.testing.assert_array_equal(X, expected)

0 commit comments

Comments
 (0)