diff --git a/hammer/tech/__init__.py b/hammer/tech/__init__.py index 35362c2c9..4d4ad48b7 100644 --- a/hammer/tech/__init__.py +++ b/hammer/tech/__init__.py @@ -59,7 +59,7 @@ class Supplies(BaseModel): class SpiceModelFile(BaseModel): # Struct that holds information about Spice model files. path: str - lib_corner: str + lib_corner: Optional[str] = None def to_setting(self) -> dict: output = {'path': str(self.path)}