Skip to content

Commit

Permalink
Merge pull request #226 from scottclowe/tst_no-unnecessary-cache
Browse files Browse the repository at this point in the history
TST: Remove unnecessary caching during tests
  • Loading branch information
scottclowe committed Jul 9, 2021
2 parents 7446e87 + 1218e64 commit e2e6c04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fissa/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ def test_manualhandler_Tifffile(self):
exp = core.Experiment(
self.images_dir,
self.roi_zip_path,
self.output_dir,
datahandler=extraction.DataHandlerTifffile(),
)
exp.separate()
Expand All @@ -424,7 +423,6 @@ def test_manualhandler_TifffileLazy(self):
exp = core.Experiment(
self.images_dir,
self.roi_zip_path,
self.output_dir,
datahandler=extraction.DataHandlerTifffileLazy(),
)
exp.separate()
Expand All @@ -434,7 +432,6 @@ def test_manualhandler_Pillow(self):
exp = core.Experiment(
self.images_dir,
self.roi_zip_path,
self.output_dir,
datahandler=extraction.DataHandlerPillow(),
)
exp.separate()
Expand Down

0 comments on commit e2e6c04

Please sign in to comment.