Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Richard Mckinsey committed Jul 12, 2023
1 parent ef0d0ce commit 4ee9bb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions thicket/tests/test_columnar_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ def test_columnar_join(columnar_join_thicket):
)

# PerfData and StatsFrame nodes should be in the same order.
assert (pd.unique(combined_th.dataframe.reset_index()["node"].tolist()) == pd.unique(
combined_th.statsframe.dataframe.reset_index()["node"].tolist())
assert (
pd.unique(combined_th.dataframe.reset_index()["node"].tolist())
== pd.unique(combined_th.statsframe.dataframe.reset_index()["node"].tolist())
).all()


Expand Down

0 comments on commit 4ee9bb5

Please sign in to comment.