Skip to content

Commit

Permalink
Fix type for sym_expr in parameter (allow Any for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmetfrancis authored Jul 20, 2024
1 parent 9732373 commit 0a3a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart/model_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class Parameter(ObjectInstance):
group: str = ""
notes: str = ""
use_preintegration: bool = False
sym_expr: str = ""
sym_expr: Any = ""

def to_dict(self):
"""Convert to a dict that can be used to recreate the object."""
Expand Down

0 comments on commit 0a3a1df

Please sign in to comment.