We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c694f commit 4e8f4c2Copy full SHA for 4e8f4c2
1 file changed
tests/test_dice_interface/test_explainer_base.py
@@ -381,7 +381,8 @@ def test_desired_class(
381
assert ans is not None
382
if method != 'kdtree':
383
assert all(
384
- ans.cf_examples_list[0].final_cfs_df[new_exp.data_interface.outcome_name].values == [desired_class] * total_CFs)
+ ans.cf_examples_list[0].final_cfs_df[
385
+ new_exp.data_interface.outcome_name].values == [desired_class] * total_CFs)
386
else:
387
388
ans.cf_examples_list[0].final_cfs_df_sparse[new_exp.data_interface.outcome_name].values ==
0 commit comments