- better python errors
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ from ndbioimage import Imread
|
||||
for path in (Path(__file__).parent / "files").iterdir()
|
||||
if path.is_dir() and path.name != "czi_xml"
|
||||
for file in path.iterdir()
|
||||
if not file.suffix == ".pzl"
|
||||
if file.suffix.lower() not in [".pzl", ".xml", "", ".txt"]
|
||||
],
|
||||
)
|
||||
def test_open(file):
|
||||
|
||||
Reference in New Issue
Block a user