We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd0ed9 commit 078cbcaCopy full SHA for 078cbca
tests/contrib_end_to_end_test.py
@@ -71,7 +71,7 @@ def test_all_contrib_methods(self):
71
exp.run()
72
73
df = exp.result
74
- assert len(df) == 2 * len(all_methods)
+ assert len(df) == 2 * (len(all_methods) + 2) # the S-Model contributivity generates 3 lines per partner
75
76
def test_IS_reg_S_contrib(self):
77
"""
0 commit comments