Skip to content

feat(schema): electrical sub-table additions (#154)#191

Merged
gerchowl merged 4 commits into
mainfrom
feature/154-electrical-fields
May 6, 2026
Merged

feat(schema): electrical sub-table additions (#154)#191
gerchowl merged 4 commits into
mainfrom
feature/154-electrical-fields

Conversation

@gerchowl
Copy link
Copy Markdown
Contributor

@gerchowl gerchowl commented May 6, 2026

Pure additive — 2 fields on ElectricalProperties:

  • surface_resistivity (Ω/sq) — distinct from volume_resistivity
  • arc_resistance (s) — HV detector feedthroughs (ASTM D495)

Plus *_qty Pint accessors.

Test plan

  • pytest tests/test_electrical_fields.py — 4 tests pass
  • Full corpus regression
  • ruff check clean

Closes #154

Pure additive — 2 new optional fields on ElectricalProperties:

- surface_resistivity (Ω/sq) — distinct from volume_resistivity
- arc_resistance (s) — HV detector feedthroughs (ASTM D495)

Plus matching `*_qty` Pint accessors.

Tests: tests/test_electrical_fields.py (4 tests).

Closes #154
@gerchowl gerchowl enabled auto-merge (squash) May 6, 2026 19:32
@gerchowl gerchowl merged commit 4e7935f into main May 6, 2026
19 checks passed
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.

Schema: electrical sub-table additions

1 participant