twitter-archive / clockworkraven

Human-Powered Data Analysis with Mechanical Turk
http://twitter.github.com/clockworkraven/
Apache License 2.0
300 stars 58 forks source link

Bug: m_turk_users table uses id as a primary key... #68

Open echen opened 11 years ago

echen commented 11 years ago

...But the same user can work on both production and sandbox jobs (which currently means that you'd need two rows with the same id in the table, one with prod=1 and one with prod=0).

benweissmann commented 11 years ago

I was under the impression that worker IDs in the sandbox were different from workers IDs in production. Is this incorrect?

echen commented 11 years ago

Yeah, that's incorrect. They're the same.