From 67b7e87e014592cc8b3d31ce7b1f6580bb3a4663 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Wed, 12 Jun 2024 15:32:50 +0200 Subject: [PATCH] data delivery: Use right time-related variable in passes rate test check 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=].