calculate_outcomes.py is currently intolerant of None values, hence the xfail test in test_calculate_outcomes.py. This is in line with the old code, which (incorrectly) assumed that it would work for at least 2 properties. This needs to be investigated and tweaked.
Update: This test currently fails for different reasons (invalid signature for get_dataframes). So this needs to be fixed first before the issue above can be addressed.
calculate_outcomes.py
is currently intolerant ofNone
values, hence thexfail
test intest_calculate_outcomes.py
. This is in line with the old code, which (incorrectly) assumed that it would work for at least 2 properties. This needs to be investigated and tweaked.