Closed fdrgsp closed 1 month ago
Attention: Patch coverage is 83.73984%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 90.74%. Comparing base (
ecabdf3
) to head (84acb94
). Report is 5 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/pymmcore_widgets/mda/_core_positions.py | 80.39% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
hey @tlambert03, I think you can have another look!
everything is looking good @fdrgsp, but i noticed that when you add positions from hcs (or go back to making them editable), the widget emits a lot of change events (i think it's around the number of positions in the well plate). I added a failing test that demonstrates this. Can you look into it?
everything is looking good @fdrgsp, but i noticed that when you add positions from hcs (or go back to making them editable), the widget emits a lot of change events (i think it's around the number of positions in the well plate). I added a failing test that demonstrates this. Can you look into it?
@tlambert03 it should be fixed now.
this PR adds the
HCSWizard
to theMDAWidget
.