Skip to content

Commit

Permalink
Ok compiling tidy3d examples
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Nov 1, 2024
1 parent ed87037 commit deebaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflex/extractors/physical.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def field_info_to_property(field: pd.fields.FieldInfo, field_name: str) -> Prope
Returns:
Property: The corresponding Property instance.
"""
description = field.description or ""
description = ""
default = field.default if field.default is not None else ""
types = str(field.outer_type_) if hasattr(field, 'outer_type_') else ""

Expand Down

0 comments on commit deebaef

Please sign in to comment.