Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Nov 16, 2023
1 parent c7cb928 commit 4459ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/tests/test_backed_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_dense_sizeof(ondisk_equivalent_adata, diskfmt):
if diskfmt == "h5ad":
assert dense_without_disk - 128 <= size_nested_objects <= dense_without_disk
else:
assert_equal(dense_with_disk, dense_without_disk)
dense_with_disk == dense_without_disk


def test_backed_sizeof(ondisk_equivalent_adata):
Expand Down

0 comments on commit 4459ae0

Please sign in to comment.