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

Fix 3rdparty detector bugs #45

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

Commits on Oct 2, 2020

  1. Fixed two bugs with evaluating 3rd party results

    1. NAB benchmark contained duplicate timestamps which caused length to not match up with imported results, throwing errors
    2. Threshold values were read in as strings instead of floats, throwing errors
    
    Signed-off-by: Patrick Menninger <patrick.menninger@viasat.com>
    Patrick Menninger committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    adfd414 View commit details
    Browse the repository at this point in the history
  2. Added optional --removeDuplicateLabels flag

    Duplicate fixes from previous commit broke the default detectors, so I made them optional
    
    Signed-off-by: Patrick Menninger <patrick.menninger@viasat.com>
    Patrick Menninger committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    28ac3c0 View commit details
    Browse the repository at this point in the history