Fix typo that leads to crash

This commit is contained in:
Markus Worchel
2020-09-04 21:23:12 +02:00
parent 5e6aa79fc2
commit 3248233f05

View File

@@ -95,6 +95,7 @@ img = render(256, # width
2, # num_samples_x
2, # num_samples_y
102, # seed
None,
*scene_args)
# Save the images and differences.
pydiffvg.imwrite(img.cpu(), 'results/single_circle/final.png')