valory-xyz / trader

Trader agent for AI prediction markets on Gnosis
Apache License 2.0
33 stars 16 forks source link

Hotfix: no default value for sample bet index #346

Open cyberosa opened 1 week ago

cyberosa commented 1 week ago

When running the latest trader version with the Benchmarking mode active, an error was found because there was no default value for the index at the synchronized data

self.synchronized_data.sampled_bet_index

In order to have the Benchmarking running again we need to introduce a default value.