Skip to content

Commit 43c6bb8

Browse files
peterhollenderarhowe00
authored andcommitted
fix use of field
1 parent 445450f commit 43c6bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openlifu/plan/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def num_foci(self) -> int:
9797
def analyze(self,
9898
transducer: Transducer,
9999
options: SolutionAnalysisOptions = SolutionAnalysisOptions(),
100-
param_constraints: Dict[str,ParameterConstraint] = field(default_factory=dict)) -> SolutionAnalysis:
100+
param_constraints: Dict[str,ParameterConstraint] = {}) -> SolutionAnalysis:
101101
"""Analyzes the treatment solution.
102102
103103
Args:

0 commit comments

Comments
 (0)