Skip to content

Commit

Permalink
Issue #181 don't show background image
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Oct 27, 2022
1 parent e15cc30 commit 79aee17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ def vtk_overlay_with_gradient_image(setup_vtk_overlay_window):
image[y][x][0] = y
image[y][x][1] = y
image[y][x][2] = y
vtk_overlay.set_video_image(image)
#vtk_overlay.show()
#ivtk_overlay.Initialize()
#vtk_overlay.Start()
#vtk_overlay.set_video_image(image)
return image, vtk_overlay, vtk_std_err, setup_qt


Expand Down

0 comments on commit 79aee17

Please sign in to comment.