pymmcore-plus / napari-micromanager

GUI interface between napari and micromanager powered by pymmcore-plus and pymmcore-widgets
https://pymmcore-plus.github.io/napari-micromanager/
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

test: small fix to test #311

Closed tlambert03 closed 9 months ago

tlambert03 commented 9 months ago

this fixes a small issue in one of the tests. Not sure why it hasn't been failing on ci:

the MDASequence.replace() method will serialize all objects, including metadata... meaning it may turn a SequenceMeta() object into a dict... that's a broader issue that needs examining, but this is just a local workaround

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c33cb23) 78.24% compared to head (2f054fe) 78.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ======================================= Coverage 78.24% 78.24% ======================================= Files 15 15 Lines 671 671 ======================================= Hits 525 525 Misses 146 146 ```

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