From c0df533767b70726c59e262fd2dce96c36233720 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 13 Jun 2024 09:41:45 +0200 Subject: [PATCH] data delivery: Use right time-related variable in passes rate test check (#279) Follow-up to #274, related to #257. The call to the "passes rate test" algorithm should use `timeValue` rather than `timestamp`: the former is what is stored in `PressureRecord.[[Time]]`, so it makes sense to compare values that have been similarly coarsened and converted to a relative time. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fb45665..a7a0201 100644 --- a/index.html +++ b/index.html @@ -1159,7 +1159,7 @@

Data delivery

returns false, [=iteration/continue=].
  • - If running [=passes rate test=] with |observer|, |source| and |timestamp| + If running [=passes rate test=] with |observer|, |source| and |timeValue| returns false, [=iteration/continue=].