Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/improve_bruker_tiff…
Browse files Browse the repository at this point in the history
…' into improve_bruker_tiff
  • Loading branch information
h-mayorquin committed Dec 5, 2023
2 parents 292b815 + a732796 commit e7060fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_brukertiffimagingextactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def setUpClass(cls):

def test_stream_names(self):
found_streams = BrukerTiffMultiPlaneImagingExtractor.get_streams(folder_path=self.folder_path)
expected_streams = self.available_streams
self.assertEqual(found_streams, expected_streams)
expected_streams = self.available_streams
self.assertEqual(found_streams, expected_streams)

def test_brukertiffextractor_image_size(self):
self.assertEqual(self.extractor.get_image_size(), (512, 512, 2))
Expand Down

0 comments on commit e7060fc

Please sign in to comment.