Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script for sorting and deduplicating motion_list/Labels.txt #58

Closed
jam1garner opened this issue Apr 4, 2021 · 3 comments
Closed
Labels
good first issue Good for newcomers mentorship available Help is available for those who want to contribute but need help to

Comments

@jam1garner
Copy link
Member

Currently, motion_list requires hand-sorting to avoid nasty merge conflicts.

In order to remedy it, a script similar to the remove_duplicates.py would need to be written to sort the lines and remove any duplicate entries found.

@jam1garner jam1garner added the good first issue Good for newcomers label Apr 4, 2021
@jam1garner jam1garner added the mentorship available Help is available for those who want to contribute but need help to label Apr 4, 2021
@rijusougata13
Copy link

isn't csvout.sort(key=lambda i: i[1]) this line remove_duplicates.py sorting your values?

@Ajay-Singh-Rana
Copy link

Ajay-Singh-Rana commented Apr 6, 2021

are these values to be sorted alphabetically..?
You can assign it to me and i'll start working on it right away.

@zrksyd
Copy link
Collaborator

zrksyd commented Apr 12, 2021

84e5416

@zrksyd zrksyd closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers mentorship available Help is available for those who want to contribute but need help to
Projects
None yet
Development

No branches or pull requests

4 participants