Skip to content

Commit

Permalink
handle timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelb123 committed Jul 24, 2023
1 parent d32dc0c commit 127ec0f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ work very well on the real-world power-law collections that are most
important.

**Modal values are a good statistic for power-law distributions**, unlike
means. To put that another way, the average download time varies a lot
between runs, but the most-common download rate can be pretty
means. To put that another way, the average download time $\overline{t_{dl}}$
varies a lot
between runs, but the _most-common_ download time
$\tilde{t_{dl}}$ can be pretty
consistent. The mode of file lengths and the mode of download bit rate
are both quantities that are easy to estimate for a
collection and a collection and rarely change. If one happens to select
Expand Down Expand Up @@ -107,12 +109,6 @@ about. It would be nice if one could query a server for an acceptable
request queue depth which would guarantee no DOS response or other
server throttling, but I have not seen such a mechanism implemented.

This is a test of inline math $t_{m}$ and $t_{\rm lat}$. Here's a block:

$$
w_{t+1} = (1 + r_{t+1}) s(w_t) + y_{t+1}
$$

## Requirements

_Flardl_ is tested under python 3.11, on Linux, MacOS, and
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furo==2023.5.20
sphinx==7.0.1
sphinx==7.1.0
myst_parser==2.0.0
numpy==1.25.1
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flardl"
version = "0.0.4"
version = "0.0.5"
description = "Flardl"
authors = ["Joel Berendzen <joel@generisbio.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 127ec0f

Please sign in to comment.