Skip to content

Commit

Permalink
Update tests/test_modules/test_scoring/test_mlknn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed authored Oct 1, 2024
1 parent db16df6 commit 1e4518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_modules/test_scoring/test_mlknn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_base_mlknn():
run_name = get_run_name("multiclass-cpu")
db_dir = get_db_dir("", run_name)

data = load_data("../../minimal-optimization/data/clinc_subset.json", multilabel=False)
data = load_data("tests/minimal-optimization/data/clinc_subset.json", multilabel=False)
utterance = [
{
"utterance": "why is there a hold on my american saving bank account",
Expand Down

0 comments on commit 1e4518b

Please sign in to comment.