Start updating unit tests after refactoring into ScanWorkflows
This commit is contained in:
parent
11ef1217e0
commit
c82523dd5b
6 changed files with 119 additions and 72 deletions
|
|
@ -176,7 +176,7 @@ class BaseScanData(BaseModel):
|
|||
|
||||
|
||||
class HistoricScanData(BaseScanData):
|
||||
"""A Model for the ScanData that has been loaded from disk.
|
||||
"""A Model for the scan data that has been loaded from disk.
|
||||
|
||||
Any workflow specific settings are loaded as an arbitrary dictionary. Other
|
||||
settings such as those which are needed for the UI or stitching are loaded and
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ AnyModel = Annotated[
|
|||
|
||||
|
||||
class ActiveScanData(scan_directories.BaseScanData):
|
||||
"""A Model for the ScanData during an ongoing scan.
|
||||
"""A model for the scan data during an ongoing scan.
|
||||
|
||||
This differs from HistoricScanData as in this model ``workflow_settings`` are the
|
||||
model specified for the current ScanWorkflow. HistoricScanData loads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue