Skip to content

Commit

Permalink
Update test_mca.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 5, 2023
1 parent 3993d2e commit d3e34f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_mca.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ def test_issue_131():
>>> mca = prince.MCA(engine="scipy")
>>> mca = mca.fit(df)
>>> mca.transform(df).round(2).abs().sort_index(axis='columns')
0 1
0 0.00 2.0
1 0.65 0.5
2 0.65 0.5
3 0.65 0.5
4 1.94 0.5
0 1
0 2.0 0.00
1 0.5 0.65
2 0.5 0.65
3 0.5 0.65
4 0.5 1.94
>>> mca.K_, mca.J_
(2, 8)
Expand Down

0 comments on commit d3e34f1

Please sign in to comment.