Skip to content
Snippets Groups Projects

Add video wrappers using chain loading

Merged Amir MOHAMMADI requested to merge chain into master
2 unresolved threads

Fixes #12 (closed)

Merge request reports

Pipeline #20308 passed

Pipeline passed for 0ca0cbc8 on chain

Test coverage 91.00% from 4 jobs

Merged by Tiago de Freitas PereiraTiago de Freitas Pereira 6 years ago (May 23, 2018 1:29pm UTC)

Loading

Pipeline #20418 passed

Pipeline passed for 8d91155f on master

Test coverage 91.00% from 4 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 try:
2 algorithm
3 from bob.bio.video.algorithm import Wrapper
4 algorithm = Wrapper(algorithm)
5 except NameError as e:
6 print("This configuration is meant to be used in chain loading of "
  • 1 try:
    2 algorithm
    3 from bob.bio.video.algorithm import Wrapper
    4 algorithm = Wrapper(algorithm)
    5 except NameError as e:
    6 print("This configuration is meant to be used in chain loading of "
    7 "configuration files. Please see the documentation of "
    8 "bob.extension for chain loading.")
    9 raise e
    Please register or sign in to reply
    Loading