You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when calling evaluate-cli create METRIC_NAME one can choose a METRIC_NAME that has a hyphen in it, so in the metric file class METRIC_NAME(evaluate.EvaluationModule) would end up having a hyphen in it which is not allowed in Python.