-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: spatial refactor #852
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #852 +/- ##
=======================================
Coverage 76.57% 76.58%
=======================================
Files 88 88
Lines 6994 7020 +26
=======================================
+ Hits 5356 5376 +20
- Misses 1638 1644 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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! Just some minor comments I can contribute lol Thanks so much for carrying the refactor through the finish line, Ronen! 👏 🙏 🚀 !!
@@ -15,6 +15,7 @@ | |||
"e2e-dev": "CXG_URL_BASE=https://cellxgene.dev.single-cell.czi.technology playwright test", | |||
"e2e-stage": "CXG_URL_BASE=https://cellxgene.staging.single-cell.czi.technology playwright test", | |||
"e2e-prod": "CXG_URL_BASE=https://cellxgene.cziscience.com playwright test", | |||
"e2e-copy-snapshots-to-linux": "for file in __tests__/e2e/e2e.test.ts-snapshots/*-darwin.txt; do cp \"$file\" \"${file/-darwin.txt/-linux.txt}\"; done", |
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.
PSA: Use npm run e2e-copy-snapshots-to-linux
to copy updated darwin snapshots to linux equivalents!
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.
Non-blocking nits, should we create a ticket to investigate moving the dataset metadata ("corpora_props") to the uns loader rather than the config endpoint?
e2e all passing now 🤩 👏 !! Thanks for the amazing work, everyone!! |
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.
Looks really good! Thanks so much, Ronen 🙏 Just two small comments otherwise LGTM!
Don't worry about the UI Tests part! I rejected some snapshots because the current ones are better than the PR ones |
tagging @atarashansky if you could look and comment on the b/e implementation 🙏🏽 |
This addresses the following:
uns/meta
super-cool-spatial
Tested for following scenarios -
All above tested with feature flag on and off along with image download
Screen.Recording.2024-04-01.at.7.35.28.PM.mov