You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Something very bad that I noticed - using glue-core off of the main branch of this repository, viewers are not properly restored from a Qt session.
To Reproduce
Use the current dev version of glue, together with the newest glue-qt:
pip install git+https://github.com/glue-viz/glue
pip install glue-qt
Expected behavior
Viewers should be saved into the session file
Additional context
Note that this works fine if I use the currently released version of glue-core. I would suspect #2510 as a possible cause, but to be honest I don't have a great handle on the serialization functionality as I've never really had a need to delve into it. Pinging @astrofrog in case he has thoughts on that.
The text was updated successfully, but these errors were encountered:
@astrofrog So I was using the newest release of glue-qt, which I assumed was 0.3.2 (which is up-to-date with the main branch there), but it looks like the newest version on PyPI is 0.3.1. I guess the release CI failed?
Describe the bug
Something very bad that I noticed - using
glue-core
off of the main branch of this repository, viewers are not properly restored from a Qt session.To Reproduce
Use the current dev version of glue, together with the newest glue-qt:
pip install git+https://github.com/glue-viz/glue
pip install glue-qt
Expected behavior
Viewers should be saved into the session file
Screenshots
Here's a video of this in action
https://github.com/user-attachments/assets/f353c686-ddb4-420b-9362-3729037083d4
Details:
Additional context
Note that this works fine if I use the currently released version of
glue-core
. I would suspect #2510 as a possible cause, but to be honest I don't have a great handle on the serialization functionality as I've never really had a need to delve into it. Pinging @astrofrog in case he has thoughts on that.The text was updated successfully, but these errors were encountered: