added template for making views

This commit is contained in:
Erik Frojdh
2026-09-18 17:05:37 +02:00
parent 97ddf6e7c1
commit b7a9d80c3e
6 changed files with 422 additions and 23 deletions
+1 -1
View File
@@ -157,5 +157,5 @@ def test_masking_requires_one_dimension():
mask = np.array([[True, False]], dtype=bool)
with pytest.raises(ValueError, match="one-dimensional"):
with pytest.raises(ValueError):
cv(mask)