Skip to content

Commit b40411c

Browse files
committed
Merge branch 'aggregate-dim' into plotting
2 parents 0f9e318 + e9fa482 commit b40411c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_scale(
118118

119119

120120
def test_mask_string():
121-
with pytest.raises(ValueError, match=r"Cannot refer to mask.* without.*anndata"):
121+
with pytest.raises(ValueError, match=r"Cannot.*refer.*mask.*without.*anndata"):
122122
sc.pp.scale(np.array(X_original), mask_obs="mask")
123123
adata = AnnData(np.array(X_for_mask, dtype="float32"))
124124
adata.obs["some cells"] = np.array((0, 0, 1, 1, 1, 0, 0), dtype=bool)

0 commit comments

Comments
 (0)