Skip to content

Commit

Permalink
new DREMI value
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 8, 2019
1 parent 7a50768 commit f38a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_scdata():
genes="all_genes")
assert scdata_norm.shape == magic_all_genes.shape
dremi = magic_op.knnDREMI("VIM", "ZEB1", plot=True)
np.testing.assert_allclose(dremi, 1.5687165, atol=0.0000005)
np.testing.assert_allclose(dremi, 1.573619, atol=0.0000005)


def test_anndata():
Expand Down

0 comments on commit f38a23c

Please sign in to comment.