GithubHelp home page GithubHelp logo

Comments (5)

GuillaumeFavelier avatar GuillaumeFavelier commented on June 11, 2024

Could it be related to pyvista _ALL_PLOTTERS variable? What happens if you try pyvista.close_all() at the end of the script?

from pyvistaqt.

larsoner avatar larsoner commented on June 11, 2024

Same result (testing the PyVista minimal example, not the MNE ones, though I'm confident they will behave the same way):

Screenshot from 2020-09-18 14-10-50

from pyvistaqt.

GuillaumeFavelier avatar GuillaumeFavelier commented on June 11, 2024

I tried resolving some reference cycles (decreasing the reference count: self.interactor, self.frame, self.app_window, ...), I tried force-freeing Qt objects (deleteLater() and sip.delete()). I also looked at QVTKRenderWindowInteractor, I tried the same approach with ref count (_Iren, _RenderWindow), explicitly deleting _hidden widget and calling (again) Finalize() to free vtk items.

What I did not try is to decrease the ref count of callables. From stackoverflow:

Note that when it comes to signal/slot connections, PyQt treats wrapped C++ slots and Python instance methods differently. The reference counts of these types of callable are not increased when they are connected to signals, whereas lambdas, defined functions, partial objects and static methods are. This means that if all other references to the latter types of callable are deleted, any remaining signal connections will keep them alive. Disconnecting the signals will allow such connected callables to be garbage-collected, if necessary.

I did not notice any significant improvement. Do you have any ideas @pyvista/developers ?

from pyvistaqt.

GuillaumeFavelier avatar GuillaumeFavelier commented on June 11, 2024

I think #66 could help with this especially if a test is designed for it. I'll do my best to go back on it when I can to make it move forward 👍

from pyvistaqt.

larsoner avatar larsoner commented on June 11, 2024

Pretty sure this is VTK+Qt's problem, not PyVista's. :(

Closing for https://gitlab.kitware.com/vtk/vtk/-/issues/18588 but I'll try to remember to report back here if it's ever fixed

from pyvistaqt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.