Get unit tests passing with Scan Workflows

This commit is contained in:
Julian Stirling 2026-01-16 00:08:33 +00:00
parent c82523dd5b
commit 2a3a54b936
5 changed files with 149 additions and 135 deletions

View file

@ -146,7 +146,7 @@ class SmartStackParams(BaseModel):
@dataclass
class CaptureInfo:
"""The information from a capture in a z_stack."""
"""The information from a capture in a smart_z_stack."""
buffer_id: int
position: Mapping[str, int]