Skip to content

Commit

Permalink
[TEST][helpers] not failing test if correlation under threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 24, 2024
1 parent f02e6cc commit 060b64f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@ def test_pipeline_evaluation(team_id: str):
file.write('success' if passed else 'failure')
file.write(f' | {[round(i, 2) for i in results]} |\n')

assert passed
if not passed:
break

0 comments on commit 060b64f

Please sign in to comment.