Skip to content

Commit 5370e26

Browse files
committed
fixed comment
Signed-off-by: Joshua Rosenkranz <jmrosenk@us.ibm.com>
1 parent 5f0c1c2 commit 5370e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_decoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
if isinstance(common_max_new_tokens, str):
101101
common_max_new_tokens = [int(mnt) for mnt in common_max_new_tokens.split(",")]
102102

103-
# pass metrics to skip as a comma separated list (ce, mean_diff)
103+
# pass metrics to skip as a comma separated list (ce,mean_diff)
104104
if isinstance(skip_assertions, str):
105105
_skip_assertions = []
106106
for metric in skip_assertions.split(","):

0 commit comments

Comments
 (0)