Skip to content

Commit

Permalink
add explicit closing to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jun 14, 2024
1 parent b658269 commit fc76a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycromanager/test/test_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ def test_async_images_read_sequence(launch_mm_headless, setup_data_folder):
# Make sure the returned images were the correct ones
on_disk = [acq.get_dataset().read_image(time=t) for t in [7, 8, 9]]
assert all([np.all(on_disk[i] == images[i]) for i in range(3)])
acq.get_dataset().close()

0 comments on commit fc76a86

Please sign in to comment.