Skip to content

Commit

Permalink
Update tests/test_precomputed_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-k authored Jan 22, 2024
1 parent 41fac53 commit 6ed3c33
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 @@ -37,6 +37,7 @@ def stimuli_with_filenames(tmpdir):
filenames = []
stimuli = []
for i in range(3):
# TODO: change back to stimulus_... once this is supported again
filename = tmpdir.join('_stimulus_{:04d}.png'.format(i))
stimuli.append(np.random.randint(low=0, high=255, size=(100, 100, 3), dtype=np.uint8))
filenames.append(str(filename))
Expand Down

0 comments on commit 6ed3c33

Please sign in to comment.