Skip to content

Commit

Permalink
Updated from permit_dask to delayed
Browse files Browse the repository at this point in the history
  • Loading branch information
yimuchen committed Nov 25, 2023
1 parent 093f689 commit 6d8ffaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_nanoevents_treemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_nested_collection(collection, subcollection, arr_type, element, events)
def test_uproot_write():
path = os.path.abspath("tests/samples/treemaker.root")
orig_events = NanoEventsFactory.from_root(
{path: "PreSelection"}, schemaclass=TreeMakerSchema, permit_dask=False
{path: "PreSelection"}, schemaclass=TreeMakerSchema, delayed=False
).events()

with uproot.recreate("treemaker_write_test.root") as f:
Expand All @@ -95,7 +95,7 @@ def test_uproot_write():
test_events = NanoEventsFactory.from_root(
{"treemaker_write_test.root": "PreSelection"},
schemaclass=TreeMakerSchema,
permit_dask=False,
delayed=False,
).events()

# Checking event structure
Expand Down

0 comments on commit 6d8ffaf

Please sign in to comment.