Skip to content

Commit

Permalink
Adjust canRead test grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Apr 27, 2022
1 parent 4d8c8e8 commit 9a2eea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_source_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
'openjpeg': {'read': r'\.(jp2)$'},
'openslide': {
'read': r'\.(ptif|svs|tif.*)$',
'noread': r'(oahu|DDX58_AXL|huron\.image2_jpeg2k|landcover_sample|d042-353\.crop)',
'noread': r'(oahu|DDX58_AXL|huron\.image2_jpeg2k|landcover_sample|d042-353\.crop|US_Geo\.)',
'skipTiles': r'one_layer_missing'},
'pil': {
'read': r'\.(jpeg|png|tif.*)$',
'noread': r'(G10-3|JK-kidney|d042-353|huron|one_layer_missing)'},
'noread': r'(G10-3|JK-kidney|d042-353|huron|one_layer_missing|US_Geo)'},
'test': {'any': True, 'skipTiles': r''},
'tiff': {
'read': r'\.(ptif|scn|svs|tif.*)$',
'noread': r'(oahu|DDX58_AXL|G10-3_pelvis_crop|'
r'd042-353\.crop\.small\.float|landcover_sample)',
r'd042-353\.crop\.small\.float|landcover_sample|US_Geo\.)',
'skipTiles': r'(sample_image\.ptif|one_layer_missing_tiles)'},
'vips': {
'read': r'',
Expand Down

0 comments on commit 9a2eea5

Please sign in to comment.