We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac07bc commit 9ba3978Copy full SHA for 9ba3978
1 file changed
tests/test_models.py
@@ -662,6 +662,7 @@ def test_stable_hash_across_subprocess():
662
assert isinstance(child_hash, int)
663
assert parent_hash == child_hash
664
665
+
666
def test_evaluation_row_extra_fields():
667
example = {
668
"messages": [
@@ -692,4 +693,4 @@ def test_evaluation_row_extra_fields():
692
693
dictionary = json.loads(row.model_dump_json())
694
assert "eval" in dictionary
695
assert "accuracy" in dictionary["eval_details"]["metrics"]
- assert "test" in dictionary["extra_fields"]
696
+ assert "test" in dictionary["extra_fields"]
0 commit comments