CosmiQ/cw-eval

More informative `repr()` for `EvalBase()`

Closed this issue · 1 comments

Currently, the repr() output for an EvalBase() instance is useless, it returns something like:

<cw_eval.baseeval.EvalBase at 0x111b1fd30>

It should be updated to print something informative - i.e. what the ground truth filename is that it's instantiated with.

Resolved with #34.