Skip to content

fix: Surface previously skipped columns as custom info in NovaBio Flex2 parser#1236

Merged
nathan-stender merged 1 commit into
mainfrom
fix/novabio-flex2-surface-skipped-columns
Jun 29, 2026
Merged

fix: Surface previously skipped columns as custom info in NovaBio Flex2 parser#1236
nathan-stender merged 1 commit into
mainfrom
fix/novabio-flex2-surface-skipped-columns

Conversation

@nathan-stender

Copy link
Copy Markdown
Collaborator

Summary

  • Sample Time, PCO2 @ Temp, PO2 @ Temp, and pH @ Temp were incorrectly marked as unused_keys in the NovaBio Flex2 parser (introduced in feat: NovaBio Flex2 - use SeriesData.get_unread #1070)
  • These fields are not duplicates of already-mapped ASM fields — they were skipped by mistake during the PR review categorization
  • Removed them from unused_keys so they now flow through to custom_info in the output
  • Operator and Osm remain suppressed since they are consumed elsewhere (as analyst and osmolality respectively)

Test plan

  • All 13 NovaBio Flex2 tests pass
  • discover_vendor tests pass
  • Lint clean (ruff, black, mypy)

🤖 Generated with Claude Code

…x2 parser

Sample Time, PCO2 @ Temp, PO2 @ Temp, and pH @ Temp were incorrectly
marked as unused_keys and dropped from output. These fields are not
duplicates of already-mapped ASM fields and should flow through to
custom_info. Operator and Osm remain in unused_keys since they are
consumed elsewhere (analyst and osmolality respectively).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nathan-stender
nathan-stender requested review from a team and slopez-b as code owners June 29, 2026 17:07
@nathan-stender
nathan-stender merged commit 0eacd1a into main Jun 29, 2026
9 checks passed
@nathan-stender
nathan-stender deleted the fix/novabio-flex2-surface-skipped-columns branch June 29, 2026 17:40
nathan-stender added a commit that referenced this pull request Jun 29, 2026
### Fixed

- Surface previously skipped columns as custom info in NovaBio Flex2
parser (#1236)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants