We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445450f commit 43c6bb8Copy full SHA for 43c6bb8
src/openlifu/plan/solution.py
@@ -97,7 +97,7 @@ def num_foci(self) -> int:
97
def analyze(self,
98
transducer: Transducer,
99
options: SolutionAnalysisOptions = SolutionAnalysisOptions(),
100
- param_constraints: Dict[str,ParameterConstraint] = field(default_factory=dict)) -> SolutionAnalysis:
+ param_constraints: Dict[str,ParameterConstraint] = {}) -> SolutionAnalysis:
101
"""Analyzes the treatment solution.
102
103
Args:
0 commit comments