Exemple #1
0
 def test_loading_from_zip(self):
     img_zip = osp.join(TEST_DIR, 'set.zip')
     star = Starshot.from_zip(img_zip)
     # shouldn't raise
     star.analyze()
Exemple #2
0
 def test_loading_from_zip(self):
     img_zip = get_file_from_cloud_test_repo(['Starshot', 'set.zip'])
     star = Starshot.from_zip(img_zip)
     # shouldn't raise
     star.analyze()