CogComp / open-eval

An open source evaluation framework for developing NLP systems
8 stars 5 forks source link

Catch and report errors in evaluator #179

Closed DhruvVajpeyi closed 8 years ago

DhruvVajpeyi commented 8 years ago

Catches error due to bad viewname Will tell the user the view name to use

joshuacamp commented 8 years ago

@DhruvVajpeyi Looks like you've got to surround your calls to Core.evaluate() in EvaluatorTest with try/catch blocks.