Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.bio.basebob.bio.base
  • Merge requests
  • !108

Merged
Created Oct 25, 2017 by Manuel Günther@mguentherMaintainer

Fixed issue with --directory flag in evaluate.py

  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 2

In a93954e1, I had introduced a test for the existence of files before evaluation -- such that the crash happens at the beginning of the evaluation and not in the middle. In that, I disregarded the --directory flag, which made this flag useless. Also, the tests for this flag were insufficient since the script was only tested with absolute paths.

This MR fixes the issue and updates the test case such that relative paths are passed to evaluate.py,

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: evaluate_directory