Skip to content

Commit

Permalink
Fix logic for flake
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Jul 9, 2024
1 parent 10d2312 commit f87ded1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thicket/tests/test_from_statsframes.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_multi_trial(
[list(gb.values())[0], list(gb.values())[0]], metadata_key="tuning"
)

if intersection == False:
assert stk.dataframe.shape == (222, 2)
else:
if intersection:
assert stk.dataframe.shape == (192, 2)
else:
assert stk.dataframe.shape == (222, 2)

0 comments on commit f87ded1

Please sign in to comment.