ANP-Granular / ParticleTracking

Library and GUI for tracking (rod-like) particles on camera images in 2D and 3D
https://particletracking.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 2 forks source link

[JOSS Review] Sort imports re-factor #80

Closed mhubii closed 4 months ago

mhubii commented 7 months ago

Hope this is not too OCD, but consider sorting imports, using e.g. https://pycqa.github.io/isort/, which has e.g. a visual studio code plugin https://marketplace.visualstudio.com/items?itemName=ms-python.isort

See e.g. this file https://github.com/ANP-Granular/ParticleTracking/blob/c946deafaffc8283fe4468d54604eb98765b9e8d/RodTracker/src/RodTracker/ui/reconstruction.py#L18

mhubii commented 7 months ago

https://github.com/openjournals/joss-reviews/issues/5986

a-niem commented 4 months ago

Imports have been sorted, and a workflow has been updated to verify adherence in new commits.