-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use latest version 0.23.1 of pyvista instead of master #7318
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
Conversation
|
Azure strikes back. |
|
Anyway, because we use the https://github.com/mne-tools/mne-python/blob/master/mne/viz/_brain/_timeviewer.py#L213 It's not possible to use |
Codecov Report
@@ Coverage Diff @@
## master #7318 +/- ##
==========================================
- Coverage 89.49% 88.64% -0.86%
==========================================
Files 449 450 +1
Lines 80179 81242 +1063
Branches 12906 12914 +8
==========================================
+ Hits 71756 72013 +257
- Misses 5547 6445 +898
+ Partials 2876 2784 -92 |
|
Following my concerns on pyvista/pyvista#603 (comment) I think it is top priority now. |
|
Of course, I plan to inform the users of |
|
@larsoner the issues on Circle are not related and the figures are duplicated as reported in #7228 Details |
|
Agreed we should not use |
|
I noticed during some testing that it took a long time (e.g., at least 10 sec) for a PyVista window to appear at one point. And now I'm noticing some very long test times for the PyVista runs: I think that this is because 0.23.1 has depth peeling enabled by default, which means that 1) rendering is slower, and 2) even opening a window calls So I think we might want to revert this until they release their next version that has pyvista/pyvista#618 incorporated. I'll try opening a PR to revert this change, and if it runs significantly faster I'll merge. I think this is part of what is breaking things like https://travis-ci.org/mne-tools/mne-python/jobs/650898535?utm_medium=notification&utm_source=github_status hitting a timeout |
* Use version 0.23.1 of pyvista * TST: Trigger CIs [circle full] * Use the plotter as interactor (this is not valid after pyvista 0.23.1) * TST: Trigger CIs [circle full]
* Use version 0.23.1 of pyvista * TST: Trigger CIs [circle full] * Use the plotter as interactor (this is not valid after pyvista 0.23.1) * TST: Trigger CIs [circle full]
This PR updates the package requirements for the pyvista 3d backend.