Skip to content

Commit

Permalink
selftest - two sided
Browse files Browse the repository at this point in the history
  • Loading branch information
SkBlaz committed Sep 23, 2023
1 parent 30960df commit 59aef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outrank/task_selftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def conduct_self_test():
logger.info("Verifying output's properties ..")
assert dfx.shape[0] == 201
assert dfx.shape[1] == 3
assert dfx['FeatureA'].values.tolist().pop() == 'label-(81; 100)'
assert dfx['FeatureA'].values.tolist().pop() == 'label-(81; 100)' or dfx['FeatureB'].values.tolist().pop() == 'label-(81; 100)'

to_remove = ['ranking_outputs', 'test_data_synthetic']
for path in to_remove:
Expand Down

0 comments on commit 59aef68

Please sign in to comment.