Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Jul 10, 2024
1 parent 1dbfb3b commit 2f851ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _report/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ time_logs = function(path=getwd()) {
# remove duckdb-latest for now
ct = ct %>% filter(!(solution == 'duckdb-latest'))
# Filter old polars results from that use float64 all pre-v1.0.0 to int32.
# answers with float32 differ by more than 0.001 * (answer_with_float64)
# the answers between float32 and float64 are outside the tolerance, but still close enough
ct = ct %>% filter(!(solution == 'polars' & task=='groupby' & version%like%"^0.*" &
(question == 'sum v1 mean v3 by id3' | question == 'sum v1:v3 by id6' )))
d = model_time(ct)
Expand Down

0 comments on commit 2f851ff

Please sign in to comment.