Skip to content

Commit

Permalink
whitespaces :/
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Oct 16, 2024
1 parent 3ca802d commit 5dfed1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def tests(session, shard):
# Add the GOOGLE_API_KEY environment variable for the "google" shard
if shard == "google_ai_studio":
env["GOOGLE_API_KEY"] = session.env.get("GOOGLE_API_KEY")

# we are doing some integration test in test_llm_integrations.py that requires
# setting some environment variables for the LLM providers
if shard == "scorers":
Expand Down
2 changes: 2 additions & 0 deletions tests/trace/test_evaluations.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,8 @@ def model_function(col1, col2):
assert (
eval_out["AnotherDummyScorer"]["match"] == expected_results_another_dummy
), "No matches should be found for AnotherDummyScorer"


async def test_feedback_is_correctly_linked(client):
@weave.op
def predict(text: str) -> str:
Expand Down

0 comments on commit 5dfed1f

Please sign in to comment.