pymmcore-plus / pymmcore-widgets

A set of Qt-based widgets onto the pymmcore-plus model
https://pymmcore-plus.github.io/pymmcore-widgets
Other
12 stars 7 forks source link

feat: add useq.WellPlanPlan widget with well selection #318

Closed tlambert03 closed 4 months ago

tlambert03 commented 4 months ago

minimal working example of a plate selector extracted from @fdrgsp's code in #308

Screenshot 2024-07-11 at 4 59 25 PM

:joy:

TODO:

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 98.01980% with 4 lines in your changes missing coverage. Please review.

Project coverage is 90.54%. Comparing base (370dfcd) to head (d8f76c1). Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
...ymmcore_widgets/useq_widgets/_well_plate_widget.py 98.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #318 +/- ## ========================================== + Coverage 90.36% 90.54% +0.18% ========================================== Files 73 74 +1 Lines 8135 8336 +201 ========================================== + Hits 7351 7548 +197 - Misses 784 788 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tlambert03 commented 4 months ago

all yours @fdrgsp