Adriane Boyd
Adriane Boyd
Sorry, I did come across the hidden accuracy numbers after posting. (I think you might want to refactor the scoring so you're evaluating the whole dataset at the end rather...
With the combination of the default max collection length (that you can't differentiate from a user-specified value?) and the fact that it seems difficult to set max length values for...
The question from #565 about whether this should raise an error instead or warn in addition remains open.
I am not really sure whether this is sufficient for handling all possible ways of defining fields with enums? Or whether `isinstance(..., EnumMeta)` is the best way to check?
Thanks for the review! I think I addressed all the individual suggestions, although handling `Literal` seemed clunkier than I expected, so maybe there's a better way to do that? In...