Skip to content

Commit d5c95a3

Browse files
author
felipe207
committed
change test param
1 parent 48c575d commit d5c95a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/langkit/metrics/test_topic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ def test_custom_topic():
157157
assert actual.index.tolist() == expected_columns
158158
for column in expected_columns:
159159
if column not in ["prompt", "response"]:
160-
assert actual.loc[column]["distribution/max"] >= 0.65
160+
assert actual.loc[column]["distribution/max"] >= 0.50

0 commit comments

Comments
 (0)