remove meaningless sentence

This commit is contained in:
gmega 2024-12-14 06:24:09 -03:00
parent f5795a619d
commit 35c314edab
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
1 changed files with 1 additions and 1 deletions

View File

@ -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 |>