Skip to content

Commit

Permalink
Fixed test_io.py::test_load_serialem filename
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Apr 10, 2024
1 parent e303bc5 commit ac36bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tomotools/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ def test_load_serialem_series(self):
def test_load_serialem(self):
dirname = os.path.join(tomotools_path, "tests",
"test_data", "SerialEM_Multiframe_Test")
file = glob.glob(dirname + "/*.mrc")[0]
stack = tomotools.load(file)
# file = glob.glob(dirname + "/*.mrc")[0]
stack = tomotools.load(dirname + "/test_000.mrc")
assert stack.axes_manager.signal_shape == (1024, 1024)
assert stack.axes_manager.navigation_shape == (2,)
assert stack.metadata.has_item('Tomography')
Expand Down

0 comments on commit ac36bf5

Please sign in to comment.