Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.measure bob.measure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.measurebob.measure
  • Issues
  • #35
Closed
Open
Issue created Nov 11, 2017 by Amir MOHAMMADI@amohammadiOwner

cannnot provide negative values to the apply_threshold script

Here is what I have tried so far:

bin/bob_apply_threshold.py "-0.4221387" ~/nonorm/scores-dev
Usage: bob_apply_threshold.py [-v...] [options] <threshold> <scores>
       bob_apply_threshold.py --help
       bob_apply_threshold.py --version
bin/bob_apply_threshold.py '-0.4221387' ~/nonorm/scores-dev
Usage: bob_apply_threshold.py [-v...] [options] <threshold> <scores>
       bob_apply_threshold.py --help
       bob_apply_threshold.py --version
bin/bob_apply_threshold.py "'-0.4221387'" ~/nonorm/scores-dev
cannot convert '-0.4221387' into float for threshold
Usage: bob_apply_threshold.py [-v...] [options] <threshold> <scores>
       bob_apply_threshold.py --help
       bob_apply_threshold.py --version
bin/bob_apply_threshold.py -- -0.4221387 ~/nonorm/scores-dev
Usage: bob_apply_threshold.py [-v...] [options] <threshold> <scores>
       bob_apply_threshold.py --help
       bob_apply_threshold.py --version
Assignee
Assign to
Time tracking