Skip to content

Commit bd28c7b

Browse files
committed
This change seems wrong
1 parent 32495bc commit bd28c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/server/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
class MachineConfig(BaseModel):
1515
acquisition_software: List[str]
16-
calibrations: Dict[str, Dict[int, Union[dict, float]]]
16+
calibrations: Dict[str, Dict[str, Union[dict, float]]]
1717
data_directories: Dict[Path, str]
1818
rsync_basepath: Path
1919
murfey_db_credentials: str
2020
crypto_key: str
2121
default_model: Path
2222
display_name: str = ""
2323
image_path: Optional[Path] = None
24-
software_versions: Dict[str, float] = {}
24+
software_versions: Dict[str, str] = {}
2525
external_executables: Dict[str, str] = {}
2626
external_executables_eer: Dict[str, str] = {}
2727
external_environment: Dict[str, str] = {}

0 commit comments

Comments
 (0)