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

respect LOCATION_FILTER_THRESHOLD config, adjust sf_thresh range from 0.0001 to 0.99 #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2023

  1. respect location_filter_threshold config

    before: 
    you set LOCATION_FILTER_THRESHOLD in config, and it was not respected, instead the default value of 0.03 was used.
    
    after:
    first the config value is used, if the "--sf_thresh" is set, then this value is used, 
    if no config value and no "--sf_thresh" value is set, the default (0.03) is used.
    
    TODO: use a method of argparse, to see whether "--sf_thresh" is set.
    bartman081523 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    99de764 View commit details
    Browse the repository at this point in the history
  2. sf_thresh range 0.0001 to 0.99

    only between 0.0001 and 0.99 could the full species list be "accessed" through sf_thresh
    bartman081523 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5466b0e View commit details
    Browse the repository at this point in the history