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
We are currently seeing a large number of failures of the screenshot tests because the Spectrum window is mostly rendering at a different size than it was last week.
There are no obvious code or package changes that should cause this.
Widget sizing in Qt is complicated. Things may change size as various bits of a window are initialised or data is loaded. But the tests ought to do things in a consistent way, and give a consistent result.
Steps To Reproduce
Happening to most current PRs
Expected Behaviour
Windows render at a consistent size.
Current Behaviour
Spectrum window is rendering at a different size than it was last week.
Context
Current main
The text was updated successfully, but these errors were encountered:
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[cda8ff90f61d96c45bcba4805c207e9a0b2b205d] The main window is not the parent of SpectrumProjectionWidget
Summary
We are currently seeing a large number of failures of the screenshot tests because the Spectrum window is mostly rendering at a different size than it was last week.
There are no obvious code or package changes that should cause this.
Widget sizing in Qt is complicated. Things may change size as various bits of a window are initialised or data is loaded. But the tests ought to do things in a consistent way, and give a consistent result.
Steps To Reproduce
Happening to most current PRs
Expected Behaviour
Windows render at a consistent size.
Current Behaviour
Spectrum window is rendering at a different size than it was last week.
Context
Current main
The text was updated successfully, but these errors were encountered: