palvarezc / cavendish-particle-tracks

A Napari plugin to perform a simple particle tracking analysis for the Cavendish laboratory's Undergraduate Part II Particle Tracks experiment.
https://palvarezc.github.io/cavendish-particle-tracks/
Other
2 stars 0 forks source link

Fix broken table #144

Closed palvarezc closed 1 month ago

palvarezc commented 1 month ago

Propagate the change:

to the functions that populate the table in _main_widget.py

codecov[bot] commented 1 month ago

Codecov Report

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

Flag Coverage Δ
89.13% <ø> (-0.26%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/cavendish_particle_tracks/_analysis.py 95.00% <ø> (ø)
src/cavendish_particle_tracks/_main_widget.py 91.71% <ø> (-0.62%) :arrow_down:
samcunliffe commented 1 month ago

Ah. Nice.

Can we have a test please? Perhaps grab the table and check it has the expected names?