chore(derivation): type unit partition solution step operand

This commit is contained in:
Shay 2026-06-17 18:07:26 -07:00
parent f72271b69e
commit cdbc30d3a8

View file

@ -90,7 +90,7 @@ class SolutionStep:
operation_kind: str
pack_lemma_id: str
actor: str
operand: "Quantity | Rate | Comparison"
operand: "Quantity | Rate | Comparison | PartitionChunk"
target: str | None
before_value: float
after_value: float