JuliaData / DataFrames.jl

In-memory tabular data in Julia
https://dataframes.juliadata.org/stable/
Other
1.71k stars 360 forks source link

remove unnecessary @time in tests #3394

Closed bkamins closed 8 months ago

bkamins commented 8 months ago

I must have left these @time calls by mistake. They are not needed. Tests.jl reports time of running @testset anyway.

bkamins commented 8 months ago

Thank you!