Merge pull request #325 from crStiv/typo

fix: multiple typos of different importance
This commit is contained in:
dmahan93 2026-01-26 11:00:44 -08:00 committed by GitHub
commit cf2b280d52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

@ -452,9 +452,9 @@ def grade_stdio(
if stripped_prediction_line == stripped_gt_out_line:
continue
# CASE 2: element-wise comparision
# CASE 2: element-wise comparison
# if there are floating elements
# use `decimal` library for good floating point comparision
# use `decimal` library for good floating point comparison
# otherwise gotcha: np.isclose(50000000000000000, 50000000000000001) = True
# note that we should always be able to convert to decimals