Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • 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 3
    • Merge requests 3
  • 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
  • beatbeat
  • beat.corebeat.core
  • Issues
  • #99
Closed
Open
Issue created Jun 18, 2020 by Amir MOHAMMADI@amohammadiMaintainer

The outputs parameter from an Algorithm does not raise exceptions for unknown outputs

I have an algorithm, let's say this:

class Algorithm:
    def process(self, inputs, data_loaders, outputs):
        # Writes the output
        outputs["score"].write({"value": np.int32(60)})
        return True

but the output is called scores and not score. However, the output of outputs["score"] is None instead of an exception, why?

Assignee
Assign to
Time tracking