Skip to content

Commit

Permalink
Update test_3375_add_rdf_column.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jan 20, 2025
1 parent 96437bf commit b90513a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_3375_add_rdf_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

compiler = ROOT.gInterpreter.Declare

ROOT::DisableImplicitMT()

# ---------------------------------------------------------------------
def add_column(rdf: ROOT.RDataFrame, arr_val: np.ndarray, name: str):
Expand Down Expand Up @@ -48,6 +47,8 @@ def test_add_column():

rdf = add_column(rdf, arr_val, "values")

ROOT.ROOT.DisableImplicitMT()

rdf.Display().Print()


Expand Down Expand Up @@ -85,4 +86,6 @@ def test_add_numpy():

rdf = add_numpy_column(rdf, arr_val, "values")

ROOT.ROOT.DisableImplicitMT()

rdf.Display().Print()

0 comments on commit b90513a

Please sign in to comment.