Skip to content

Commit

Permalink
add requests to requirements lower sklearn decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdimitrov committed Feb 25, 2024
1 parent 862885f commit 3766e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liana/tests/test_misty.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_misty_bypass():
assert interactions['importances'].sum().round(10) == 22.0
np.testing.assert_almost_equal(interactions[(interactions['target']=='ligC') &
(interactions['predictor']=='ligA')]['importances'].values,
np.array([0.0444664, 0.0551506]))
np.array([0.0444664, 0.0551506]), decimal=3)


def test_misty_groups():
Expand Down

0 comments on commit 3766e0c

Please sign in to comment.