Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcao3 committed Jan 19, 2023
1 parent 7c762bf commit 77934fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_ggui.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from tests.test_utils import verify_image

# FIXME: render(); get_image_buffer_as_numpy() loop does not actually redraw
RENDER_REPEAT = 1
RENDER_REPEAT = 5
# FIXME: enable ggui tests on ti.cpu backend. It's blocked by macos10.15
supported_archs = [ti.vulkan, ti.cuda]

Expand Down

0 comments on commit 77934fa

Please sign in to comment.