TheodoreEhrenborg / mercantilism

MIT License
0 stars 0 forks source link

get_results() summary error #23

Open TheodoreEhrenborg opened 5 years ago

TheodoreEhrenborg commented 5 years ago

Results where total_points is invader: Could invade this many strategies: 0 Was in a statistical tie with this many strategies: 15 Could not invade this many strategies: 0

Results where total_winner is invader: Could invade this many strategies: 0 Was in a statistical tie with this many strategies: 15 Could not invade this many strategies: 0

Results where uniform is invader: Could invade this many strategies: 0 Was in a statistical tie with this many strategies: 15 Could not invade this many strategies: 0

TheodoreEhrenborg commented 5 years ago

This problem still shows up. I'm now running get_results through a separate program (bayesian.py), so I'll be able to debug without having to stop API.

TheodoreEhrenborg commented 5 years ago

Is this issue still open? I fixed this problem some time ago. It turns out that API never actually recorded the time it received new commands, so once it received the command get_results, it executed that command over and over. I didn't see that repetitive behavior because API always quit after getting the command get_results.

TheodoreEhrenborg commented 5 years ago

Ignore my previous comment. It was meant for Issue #13.