From 3248233f05a0cad9c11848fbdc4c44f0619dd87f Mon Sep 17 00:00:00 2001 From: Markus Worchel Date: Fri, 4 Sep 2020 21:23:12 +0200 Subject: [PATCH] Fix typo that leads to crash --- apps/single_circle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/single_circle.py b/apps/single_circle.py index 0f4070d..6a00ef8 100644 --- a/apps/single_circle.py +++ b/apps/single_circle.py @@ -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')