Skip to content
GitLab
  • Menu
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
  • 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
  • Issues
  • #22
Closed
Open
Created May 30, 2016 by André Anjos@andre.anjos💬Owner

Tests are failing on Ubuntu 12.04

Created by: tiagofrepereira2012

Unit tests are failing on Ubuntu 12.04 (https://gitlab.idiap.ch/biometric/bob.nightlies/builds/2968) Basically the function numpy.full does not exists in numpy 1.6 (the default for the ubuntu 12.04). The function is available since numpy 1.8.

For example, I would suggest to replace the code

numpy.full((1,len(probes)), numpy.nan, numpy.float64)

to

numpy.ones((1,len(probes)), numpy.float64) * numpy.nan
Assignee
Assign to
Time tracking