skinniderlab / CLM

MIT License
0 stars 0 forks source link

Expected failing test #73

Open vineetbansal opened 7 months ago

vineetbansal commented 7 months ago

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.

vineetbansal commented 4 months ago

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.