Skip to content

Commit

Permalink
updating benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-DeBandi99 committed Sep 19, 2022
1 parent 9bb689d commit c9506d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def generate_dataframe(N, seed):
elif d == ak.Strings:
df_dict[key] = ak.random_strings_uniform(minlen=5, maxlen=6, size=N, seed=seed)
elif d == ak.SegArray:
df_dict[key] = ak.SegArray(
df_dict[key] = ak.segarray(
ak.arange(0, N * 5, 5), ak.array(np.random.randint(0, 2**32, N * 5))
)
return ak.DataFrame(df_dict)
Expand Down

0 comments on commit c9506d8

Please sign in to comment.