Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.base bob.bio.base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • 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.bio.basebob.bio.base
  • Issues
  • #100
Closed
Open
Issue created Nov 14, 2017 by André Anjos@andre.anjos💬Owner

Correctly protecting strings with spaces in score files

Currently, this package does not protect strings when they are written to score files. That means evaluate.py cannot do its job in score files with spaces on identities or labels such as the one described in bob.measure#36 (moved).

Since bob.measure.load uses csv.read to load score files (please confirm), the robust way to handle this could be like this:

  1. Fix bob.measure#36 (moved)
  2. In this package, protect strings dumped during scoring in case they have spaces, using a " (double-quotes) delimiter
Assignee
Assign to
Time tracking