Skip to content

Argument MIN changed to int and changed output formatting #146

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bennyvw
Copy link

@bennyvw bennyvw commented Apr 3, 2023

The possibility to provide a command-line value for the MIN argument did not work. It was defined as int, but used as float. So, entering 70 caused the value 70 to be used (which resulted in no matches), whereas 0.70 was needed. However, providing 0.70 as command-line argument gave an error. I changed the code to accept int (e.g. 70) as argument value, but handle it as float (e.g. 0.70).

Besides I added a newline and some equal signs in the output, just for reading convenience.

Hope you will appreciate these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant