Skip to content

Commit ae9758d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f42070 commit ae9758d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pp/test_anndata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _run_psbulk_backed_data():
142142

143143
b_mem_usage, pbdata = memory_usage(_run_psbulk_backed_data, retval=True, interval=0.0001)
144144
b_mem_usage = max(b_mem_usage) - min(b_mem_usage)
145-
#assert b_mem_usage < l_mem_usage # Too unstable
145+
# assert b_mem_usage < l_mem_usage # Too unstable
146146
msk = pbdata.X.sum(1) != 0
147147
pbdata = pbdata[msk, :].copy()
148148
assert pbdata.shape == pdata.shape

0 commit comments

Comments
 (0)