-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: Better test fixtures #7358
Conversation
Failed but the traceback was truncated, restarting |
This does not fix the problem:
So we have some persistent problem with TVTK where I'll try tweaking |
Codecov Report
@@ Coverage Diff @@
## master #7358 +/- ##
==========================================
+ Coverage 89.96% 89.96% +<.01%
==========================================
Files 451 451
Lines 81630 81847 +217
Branches 12956 12982 +26
==========================================
+ Hits 73435 73631 +196
- Misses 5372 5386 +14
- Partials 2823 2830 +7 |
After many restarts, I was finally able to see the problem even on my
So it's still the Time to try another thing, which is adding |
Okay I new think the problem is more likely that there is some VTK object that tries to draw before the window is closed (which is reasonable behavior) but some underlying memory (e.g., NumPy array) has been GC'ed so it gets an access violation. Not sure how best to track that down, but I'll see if upping the VTK verbosity and running with |
Okay I'm abandoning the PySurfer/mayavi stuff, leaving #7294 as a reminder of the failures. I did find some minor issues by testing with |
* WIP: Try to fix PySurfer failures * FIX: Try fixing Mayavi * ENH: Speed up failure (hopefully) * FIX: Try again * FIX: Try another * FIX: Better testing * FIX: MPL version
* WIP: Try to fix PySurfer failures * FIX: Try fixing Mayavi * ENH: Speed up failure (hopefully) * FIX: Try again * FIX: Try another * FIX: Better testing * FIX: MPL version
Try out nipy/PySurfer#289