Skip to content

Commit

Permalink
Update test_source_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Feb 24, 2022
1 parent 311bd05 commit b0193d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_source_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ def testGetTileFramesQuadInfo(options, lensrc, lenquads, frame10, src0, srclast,
'tileWidth': 256
}
results = large_image.tilesource.utilities.getTileFramesQuadInfo(metadata, options)
import pprint
open('/tmp/junk.txt', 'a').write(pprint.pformat(results) + '\n\n')
assert len(results['src']) == lensrc
assert len(results['quads']) == lenquads
if len(results['frames']) > 10:
Expand Down

0 comments on commit b0193d7

Please sign in to comment.