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 bug in CSV writer #189

Closed palvarezc closed 2 weeks ago

palvarezc commented 2 weeks ago

Removed unwanted commas that messed up the csv output file.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Flag Coverage Δ
?

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 97.54% <100.00%> (+0.31%) :arrow_up:
samcunliffe commented 2 weeks ago

@palvarezc I leave you to merge if you're OK with my reimplemented filecmp.

palvarezc commented 2 weeks ago

Thanks!