Skip to content

Commit

Permalink
Benchmark fix for Evo research
Browse files Browse the repository at this point in the history
  • Loading branch information
namesty committed Mar 6, 2024
1 parent b5d5ebf commit 87bda67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evo_researcher/benchmark/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def is_predictable_restricted(self, market_question: str, time_restriction_up_to

def predict(self, market_question: str) -> Prediction:
try:
report, _ = research_evo(
report = research_evo(
goal=market_question,
model=self.model,
use_summaries=self.use_summaries,
Expand Down

0 comments on commit 87bda67

Please sign in to comment.