Skip to content

Commit

Permalink
Update tests/test_precomputed_models.py
Browse files Browse the repository at this point in the history
added comment
  • Loading branch information
matthias-k authored Jan 22, 2024
1 parent bd44229 commit 41fac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_precomputed_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
def file_stimuli(tmpdir):
filenames = []
for i in range(3):
# TODO: change back to stimulus_... once this is supported again
filename = tmpdir.join('_stimulus_{:04d}.png'.format(i))
imsave(str(filename), np.random.randint(low=0, high=255, size=(100, 100, 3), dtype=np.uint8))
filenames.append(str(filename))
Expand Down

0 comments on commit 41fac53

Please sign in to comment.