round 2 fixes: r10 ts_epoch, dead node files, pow10 dedupe - #39
round 2 fixes: r10 ts_epoch, dead node files, pow10 dedupe#39abdulsaheel wants to merge 1 commit into
Conversation
…10 into math.pow, fix stale test count in readme
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis cleanup pass fixes the missing timestamp in R10 live decoding, standardizes rounding scale calculation on Sequence diagram for R10 live timestamp decodingsequenceDiagram
participant Decoder
participant R10Record
Decoder->>R10Record: parseR10(...)
R10Record-->>Decoder: tsEpoch
Decoder-->>Decoder: Decoded realtime_hr with ts_epoch
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
squashed into #42 for one clean review — closing this round. |
few more from the audit pass:
Summary by Sourcery
Align r10 realtime decoding with other record formats and clean up obsolete project support files.
Bug Fixes:
Enhancements:
Documentation: