We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c575d commit d5c95a3Copy full SHA for d5c95a3
tests/langkit/metrics/test_topic.py
@@ -157,4 +157,4 @@ def test_custom_topic():
157
assert actual.index.tolist() == expected_columns
158
for column in expected_columns:
159
if column not in ["prompt", "response"]:
160
- assert actual.loc[column]["distribution/max"] >= 0.65
+ assert actual.loc[column]["distribution/max"] >= 0.50
0 commit comments