From 35c314edabdf9652603b1ca1fa9e7370647b9414 Mon Sep 17 00:00:00 2001 From: gmega Date: Sat, 14 Dec 2024 06:24:09 -0300 Subject: [PATCH] remove meaningless sentence --- analysis/deluge-exploratory-analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/deluge-exploratory-analysis.Rmd b/analysis/deluge-exploratory-analysis.Rmd index d1be42f..c91433d 100644 --- a/analysis/deluge-exploratory-analysis.Rmd +++ b/analysis/deluge-exploratory-analysis.Rmd @@ -162,7 +162,7 @@ If we did this right, the elapsed download time can never be negative, and neith download_times |> filter(elapsed_download_time < 0 | lookup_time < 0) ``` -We can now actually compute statistics on the download times. We start by computing them by seed sets. +We can now actually compute statistics on the download times. ```{r} download_time_stats <- download_times |>