Skip to content

Commit

Permalink
Fix sizing of the test images generated
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Jul 25, 2023
1 parent e3cb196 commit d9c7136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fov_watcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_watcher(
if existing_data:
os.makedirs(os.path.join(tiff_out_dir, "fov-2-scan-1"))
for channel in TEST_CHANNELS:
random_img = np.random.rand(512, 512)
random_img = np.random.rand(32, 32)
imsave(
os.path.join(tiff_out_dir, "fov-2-scan-1", f"{channel}.tiff"), random_img
)
Expand Down

0 comments on commit d9c7136

Please sign in to comment.