-
Notifications
You must be signed in to change notification settings - Fork 8
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: add restrict well area #319
Conversation
fdrgsp
commented
Jul 10, 2024
•
edited
Loading
edited
- restrict well area
- test
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
+ Coverage 90.36% 90.40% +0.04%
==========================================
Files 73 73
Lines 8135 8171 +36
==========================================
+ Hits 7351 7387 +36
Misses 784 784 ☔ View full report in Codecov by Sentry. |
src/pymmcore_widgets/useq_widgets/points_plans/_well_graphics_view.py
Outdated
Show resolved
Hide resolved
src/pymmcore_widgets/useq_widgets/points_plans/_well_graphics_view.py
Outdated
Show resolved
Hide resolved
src/pymmcore_widgets/useq_widgets/points_plans/_points_plan_widget.py
Outdated
Show resolved
Hide resolved
- Update the default width and height of the field of view (FOV) in the PointsPlanWidget to 300x200. - Remove the explicit setting of well size in the PointsPlanWidget initialization. Resolves: pymmcore-plus#123
@tlambert03 I'm done with the tests and are covering most of the widget. You can have a look if you want! |
not sure what's going on with that one 3.8 pyside2 test... not too worried, it's failing in #318 as well |