Skip to content

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