Skip to content

Commit 078cbca

Browse files
committed
Update contrib test
Signed-off-by: arthurPignet <[email protected]> Signed-off-by: arthurPignet <[email protected]>
1 parent dcd0ed9 commit 078cbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib_end_to_end_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_all_contrib_methods(self):
7171
exp.run()
7272

7373
df = exp.result
74-
assert len(df) == 2 * len(all_methods)
74+
assert len(df) == 2 * (len(all_methods) + 2) # the S-Model contributivity generates 3 lines per partner
7575

7676
def test_IS_reg_S_contrib(self):
7777
"""

0 commit comments

Comments
 (0)