Skip to content

Commit 4c49314

Browse files
committed
open --> imread
1 parent 08f0d37 commit 4c49314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def testCorruptFile():
312312

313313
def testOpenNonExistentFile():
314314
with pytest.raises(rawpy.LibRawIOError):
315-
with rawpy.open("nonexistent.nef") as f:
315+
with rawpy.imread("nonexistent.nef") as f:
316316
pass
317317

318318
def print_stats(rgb):

0 commit comments

Comments
 (0)