Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/agoose77/wip-shape-tracking' int…
Browse files Browse the repository at this point in the history
…o agoose77/wip-shape-tracking
  • Loading branch information
agoose77 committed Oct 6, 2023
2 parents 0a1b1dc + 2052fff commit ddca4cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file added tests/data/nano_dy.root
Binary file not shown.
5 changes: 1 addition & 4 deletions tests/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ def test_basic_root_works():
import uproot

events = uproot.dask(
{
"https://github.com/CoffeaTeam/coffea/blob/master/"
"tests/samples/nano_dy.root?raw=true": "Events"
},
{str(Path(__file__).parent / "data" / "nano_dy.root"): "Events"},
steps_per_file=3,
)

Expand Down

0 comments on commit ddca4cd

Please sign in to comment.