Skip to content

Commit

Permalink
dense kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Nov 11, 2019
1 parent 28b3472 commit 0c884ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_single_sample_idx():
)
G = build_graph(data, sample_idx=np.repeat(1, len(data)))
G2 = build_graph(data)
assert (G.K - G2.K).nnz == 0
np.testing.assert_array_equal(G.K, G2.K)


def test_mnn_with_non_zero_indexed_sample_idx():
Expand Down

0 comments on commit 0c884ce

Please sign in to comment.