Skip to content

Commit

Permalink
harden test again shifts in basic column touching
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Feb 12, 2024
1 parent 7df3cdb commit ba147c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ def test_basic_root_works():
.fill(events.MET_pt)
)

columns = list(dak.necessary_columns(q1_hist).values())[0]
assert columns == frozenset({"MET_pt"})
dask.compute(q1_hist)



def test_sample(daa):
Expand Down

0 comments on commit ba147c3

Please sign in to comment.