mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-09-21 12:52:12 +02:00
added template for making views
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user