Skip to content

Commit

Permalink
Fix cinema OT test (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson authored Oct 4, 2023
1 parent 707a0d5 commit 2308f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tools/test_cinemaot.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_pseudobulk(self, adata):
)

expect_num = 20
eps = 5
eps = 6
assert "ptb" in adata_pb.obs
assert not np.isnan(np.sum(adata_pb.X))
assert not np.abs(adata_pb.shape[0] - expect_num) > eps
assert not np.abs(adata_pb.shape[0] - expect_num) >= eps

0 comments on commit 2308f58

Please sign in to comment.