Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 17, 2024
1 parent c7b7c56 commit 572e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RNTupleWriting/output_sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const RNT_primitive_Ts = [Float64, Float32, Float16, Int64, Int32, Int16, Int8,
Nitems = 10
data = [5, 6, 7, 8, 9, 10, 11, 12, 13, 14]

newtable = Dict( "x_$i" => T.(data) for T in RNT_primitive_Ts)
newtable = Dict( "x_$T" => T.(data) for T in RNT_primitive_Ts)
newtable["x_Bool"] = isodd.(data)
newtable["x_String"] = string.(data)

Expand Down

0 comments on commit 572e28d

Please sign in to comment.