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 dc35b7e commit c5800c4Copy full SHA for c5800c4
src/ansys/fluent/core/parametric.py
@@ -303,7 +303,7 @@ def __init__(
303
304
self.case_filepath = os.fspath(case_filepath)
305
base_design_point = LocalDesignPoint(base_design_point_name)
306
- case_reader = CaseReader(case_file_name=case_filepath)
+ case_reader = CaseReader(case_file_name=self.case_filepath)
307
308
base_design_point.input_parameters = {
309
p.name: p.value for p in case_reader.input_parameters()
0 commit comments