Skip to content

Commit

Permalink
fix failing test (wrt #1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulo Martiello Mastelini committed May 3, 2024
1 parent 81401ce commit 79ea8c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions river/compose/test_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ def test_issue_1253():
>>> _ = model.predict_many(X)
>>> model.transform_many(X)
cat_1*feat_2 cat_2*feat_2 cat_1 cat_2
0 -1.196841 0.000000 1 0
1 1.304619 0.000000 1 0
2 -1.294091 0.000000 1 0
3 0.287426 0.000000 1 0
4 -0.143960 0.000000 1 0
5 0.000000 1.042847 0 1
0 -1.196841 0 1 0
1 1.304619 0 1 0
2 -1.294091 0 1 0
3 0.287426 0 1 0
4 -0.143960 0 1 0
5 0 1.042847 0 1
"""

Expand Down

0 comments on commit 79ea8c3

Please sign in to comment.