Skip to content

Commit

Permalink
data delivery: Use right time-related variable in passes rate test ch…
Browse files Browse the repository at this point in the history
…eck (#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.
  • Loading branch information
rakuco committed Jun 13, 2024
1 parent 1b8a56c commit c0df533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ <h3>Data delivery</h3>
returns false, [=iteration/continue=].
</li>
<li>
If running [=passes rate test=] with |observer|, |source| and |timestamp|
If running [=passes rate test=] with |observer|, |source| and |timeValue|
returns false, [=iteration/continue=].
</li>
<li>
Expand Down

0 comments on commit c0df533

Please sign in to comment.