Skip to content

Commit

Permalink
Merge branch 'evan/KnownOutcomeAgent-cheaper' of https://github.com/g…
Browse files Browse the repository at this point in the history
…nosis/prediction-market-agent into evan/KnownOutcomeAgent-cheaper
  • Loading branch information
evangriffiths committed Apr 4, 2024
2 parents d9e44cd + a3cf43b commit f78dfed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def pick_markets(self, markets: list[AgentMarket]) -> list[AgentMarket]:
print(
f"Skipping market {market.id=} {market.question=}, because it is already saturated."
)
continue
else:
picked_markets.append(market)

Expand Down

0 comments on commit f78dfed

Please sign in to comment.