Skip to content

Commit

Permalink
Following up on dipy#1243. If an error is raised, we don't need that …
Browse files Browse the repository at this point in the history
…warning.
  • Loading branch information
arokem committed Jun 20, 2017
1 parent 8c32128 commit a5a30ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dipy/viz/fvtk.py
Expand Up @@ -76,9 +76,6 @@
have_vtk_texture_mapper2D = False

else:
msg = "Python VTK is not installed"
warn(msg)

ren, have_ren, _ = optional_package('dipy.viz.window.ren',
'Python VTK is not installed')

Expand Down

0 comments on commit a5a30ea

Please sign in to comment.