nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

MRG: Suppress spewed traits warnings #176

Closed larsoner closed 7 years ago

larsoner commented 7 years ago

On Mayavi 4.5.0 (conda), I get a ton of warnings due to traits during normal usage. This gets rid of most of them.

The only ones left now are of the form:

ERROR: In /home/ilan/minonda/conda-bld/work/VTK-6.3.0/Rendering/Core/vtkCoordinate.cxx, line 351
vtkCoordinate (0x6e7a7a0): Request for coordinate transformation without required viewport

But I can't suppress those I don't think.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 77.568% when pulling d9fc04fb6803ae442300f4ccd8ed24a1ee3a1406 on Eric89GXL:no-warn into a5dd4acdac31aadfa3f54b1fde4167193b5ede18 on nipy:master.

larsoner commented 7 years ago

This one is good to go, too