[refactor] acq Stream: remove unused attributes - #3546
Conversation
Moved a long time ago to RGBProjection
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Removes legacy tile-cache attributes from the base acquisition Stream implementation, aligning cache ownership with the projection layer (as indicated by the PR description that this was moved to RGBProjection/projection code long ago).
Changes:
- Removed initialization of
_projectedTilesCacheand_rawTilesCachefromStream.__init__in_base.py.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Moved a long time ago to RGBProjection