Commit 6f31a11
committed
Fix test_unsupported_compression: use bzip2 instead of jpeg
JPEG is now a supported codec, so passing it with float32 data hits
the dtype validation before the unsupported-compression check. Use
bzip2 (actually unsupported) to test the right error path.1 parent 8895419 commit 6f31a11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
0 commit comments