Skip to content

Commit

Permalink
fixed lm_tests typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChan03 committed Nov 23, 2024
1 parent 7e50060 commit 1431e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/lm_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_group_by_with_agg(setup_models, model):
assert set(cleaned_df["final_output"].values[1].lower().strip(".,!?\"'").split(", ")) == {"michael", "dwight"}


@pytest.maerk.parametrize("model", get_enabled("gpt-4o-mini", "ollama/llama3.1"))
@pytest.mark.parametrize("model", get_enabled("gpt-4o-mini", "ollama/llama3.1"))
def test_sem_extract(setup_models, model):
lm = setup_models[model]
lotus.settings.configure(lm=lm)
Expand Down

0 comments on commit 1431e42

Please sign in to comment.