-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support GSD 3 #739
Support GSD 3 #739
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #739 +/- ##
==========================================
- Coverage 91.99% 91.98% -0.02%
==========================================
Files 67 67
Lines 6459 6459
==========================================
- Hits 5942 5941 -1
- Misses 517 518 +1
☔ View full report in Codecov by Sentry. |
Linked to an issue that should fix the ubuntu tests that are failing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR makes a few changes that supports using GSD 3.0 (#738 ). I pinned the version to
gsd>=2.9
since the new API was introduced then.A couple of things to note:
Snapshot
snapshot
in most of the variable names we use. If it makes more sense to update these names to use frame as well I can.