kupl / apps-sal

Programming Competition Style Python Codes Datasets
MIT License
1 stars 0 forks source link

Wrong Strict Accuracy Implemenation #60

Closed henrylee97 closed 2 years ago

henrylee97 commented 2 years ago

Symptom

How To Reproduce

try:

from apps_sal.metric import strict_accuracy
print(strict_accuracy({'1': [0.1, 0.2, 1.0]}))