openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

Remove random.seed call in essay_set #48

Closed wedaly closed 10 years ago

wedaly commented 10 years ago

The test suite still passes with the random seed reset line removed.

@VikParuchuri Is there a reason to keep this line in? I'm concerned that it will cause issues when run in the same process as other Celery tasks.