-
Notifications
You must be signed in to change notification settings - Fork 10
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
protect against Tk not having _default_root
attr during event loop
#24
base: main
Are you sure you want to change the base?
Conversation
Still segfaults but differently
|
Why is the gui even being initialized during the test suite? We set the backend to Agg… |
We run our test suite with xvfb because it also includes GLMakie plots. Could it be that? |
I should add that this didn't happen with PyPlot.jl |
https://github.com/stevengj/PythonPlot.jl/blob/9a7d10e72b8800864ebabe4e8cbbae6b93acfa4b/test/runtests.jl#L1 should take precedence unless you have already loaded/initialized PythonPlot.jl somewhere else |
I don't understand why this segfault is happening after the test suite finishes, but this should protect against it?
Unfortunately I can't reproduce this segfault locally, but will check this works