Skip to content

Commit

Permalink
re-run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Apr 25, 2024
1 parent 31180c5 commit c15873e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def test_apply_column_mapping(self):
assert new_data_df["answer"][0] == "I'm fine"

def test_evaluate_invalid_evaluator_config(self, mock_model_config, evaluate_test_data_jsonl_file):
# Invalid source reference
with pytest.raises(ValueError) as exc_info:
evaluate(
data=evaluate_test_data_jsonl_file,
Expand Down

0 comments on commit c15873e

Please sign in to comment.