Skip to content

Commit

Permalink
Default to 1 trials for score_all for the workshop.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervsokol committed Nov 19, 2024
1 parent ab5e847 commit f48e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/hackathon/hackathon_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def init(self) -> Self:
is_resulting_solution = "." in self.solution_id
if not is_resulting_solution:
if self.trial_count is None:
self.trial_count = str(10)
self.trial_count = str(1)
else:
self.inputs = self.get_inputs()
self.outputs = self.get_outputs()
Expand Down

0 comments on commit f48e916

Please sign in to comment.