allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

Add a test case to ensure PYTHONHASHSEED is set. #386

Closed schmmd closed 7 years ago

schmmd commented 7 years ago

Previously, tests would fail when PYTHONHASHSEED was not set, but the error messages were not informative to determine the underlying problem.