We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32495bc commit bd28c7bCopy full SHA for bd28c7b
src/murfey/server/config.py
@@ -13,15 +13,15 @@
13
14
class MachineConfig(BaseModel):
15
acquisition_software: List[str]
16
- calibrations: Dict[str, Dict[int, Union[dict, float]]]
+ calibrations: Dict[str, Dict[str, Union[dict, float]]]
17
data_directories: Dict[Path, str]
18
rsync_basepath: Path
19
murfey_db_credentials: str
20
crypto_key: str
21
default_model: Path
22
display_name: str = ""
23
image_path: Optional[Path] = None
24
- software_versions: Dict[str, float] = {}
+ software_versions: Dict[str, str] = {}
25
external_executables: Dict[str, str] = {}
26
external_executables_eer: Dict[str, str] = {}
27
external_environment: Dict[str, str] = {}
0 commit comments