Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Dec 21, 2023
1 parent a1ec1ae commit 412ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars_distance/tests/test_distance_arr.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_cosine_set_distance(data_sets):
assert_frame_equal(result_int, expected)


def test_cosine_set_distance(data_sets):
def test_tversky_set_distance(data_sets):
result = data_sets.select(
pld.col("x_str")
.dist_list.tversky_index("y_str", alpha=1, beta=1)
Expand Down

0 comments on commit 412ea4e

Please sign in to comment.