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 133 forks source link

Added the flaky pylint plugin, so that we can mark a couple of tests … #248

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

…to be re-run if they fail

nelson-liu commented 7 years ago

this is neat. do you know how many times it'll retry, or something to that effect?

matt-gardner commented 7 years ago

That's configurable. By default it'll retry once, which is enough for the few flaky tests that we have that sometimes fail because of numerical instability.