Skip to content

Commit

Permalink
delete unusable params
Browse files Browse the repository at this point in the history
  • Loading branch information
arhihihipov committed May 1, 2024
1 parent 88e4e83 commit 61781c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/criteria/comparison_speech_slides/criterion.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
class ComparisonSpeechSlidesCriterion(BaseCriterion):
PARAMETERS = dict(
skip_slides=list.__name__,
n_values=list.__name__,
weights=list.__name__,
)

def __init__(self, parameters, dependent_criteria, name=''):
Expand Down
2 changes: 1 addition & 1 deletion app/criteria/preconfigured_criterions.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
# WIP Criterion
ComparisonSpeechSlidesCriterion(
name="ComparisonSpeechSlidesCriterion",
parameters={"skip_slides": DEFAULT_SKIP_SLIDES, "n_values": [2, 3, 4], "weights": [0.34, 0.33, 0.33]},
parameters={"skip_slides": DEFAULT_SKIP_SLIDES},
dependent_criteria=[],
)

Expand Down

0 comments on commit 61781c1

Please sign in to comment.