Skip to content

Commit 6aea7b6

Browse files
committed
Regenerate unit test again
1 parent 9160151 commit 6aea7b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

tests/test_graphical_units/test_img_and_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_ImageInterpolation(scene):
271271
img.height = 3
272272

273273
algorithm_texts = ["nearest", "linear", "cubic"]
274-
for i, algorithm_text in enumerate(algorithms):
274+
for i, algorithm_text in enumerate(algorithm_texts):
275275
algorithm = RESAMPLING_ALGORITHMS[algorithm_text]
276276
img_copy = img.copy().set_resampling_algorithm(algorithm)
277277
position = img.height * (i - (len(algorithm_texts) - 1) / 2) * RIGHT

0 commit comments

Comments
 (0)