Skip to content

Commit

Permalink
Merge branch 'hotfix/python_310_cql_tests' into 'main'
Browse files Browse the repository at this point in the history
Fix cql test

See merge request ai-lab-pmo/mltools/recsys/RePlay!159
  • Loading branch information
shashist committed Dec 25, 2023
2 parents e7fd708 + d508258 commit 01ce47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/experimental/models/test_cql.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def test_predict_pairs_warm_items_only(log, log_to_pred):
assert np.allclose(
recs_joined.select("relevance").toPandas().to_numpy(),
recs_joined.select("pairs_relevance").toPandas().to_numpy(),
atol=0.01
)


Expand Down

0 comments on commit 01ce47e

Please sign in to comment.