Skip to content

Commit

Permalink
removed redundant ValueOutput.Meta lines from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
silvandeleemput committed Nov 23, 2023
1 parent 474125c commit 59f8d66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/gc_stoic_baseline/utils/StoicBaselineRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@


@ValueOutput.Name('probability-covid-19')
@ValueOutput.Meta(Meta(key="value"))
@ValueOutput.Label('Covid19Probability')
@ValueOutput.Type(float)
@ValueOutput.Description('Probability of presence of Covid19.')
Expand All @@ -34,7 +33,6 @@ class Covid19ProbabilityOutput(ValueOutput):


@ValueOutput.Name('probability-severe-covid-19')
@ValueOutput.Meta(Meta(key="value"))
@ValueOutput.Label('SevereCovid19Probability')
@ValueOutput.Type(float)
@ValueOutput.Description('Probability of presence of severe Covid19.')
Expand Down

0 comments on commit 59f8d66

Please sign in to comment.