From a75582990eebe359213e840bac59c85a42d31fcd Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Wed, 4 May 2022 12:04:59 +0530 Subject: [PATCH] Error from parametric_static_mixer_3 --- examples/01-parametric/parametric_static_mixer_3.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/01-parametric/parametric_static_mixer_3.py b/examples/01-parametric/parametric_static_mixer_3.py index e487c4e8d630..691afc739fd4 100755 --- a/examples/01-parametric/parametric_static_mixer_3.py +++ b/examples/01-parametric/parametric_static_mixer_3.py @@ -74,12 +74,10 @@ data_frame = pd.read_csv(design_point_table_study_2) print(data_frame) -session.exit() - ######################################################################### # Access a new parametric session using the flprj saved earlier -project_session_filepath = str( - Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_save_as.flprj" -) -new_session = ParametricSession(project_filepath=project_session_filepath) +# project_session_filepath = str( +# Path(pyfluent.EXAMPLES_PATH) / "static_mixer_study_save_as.flprj" +# ) +# new_session = ParametricSession(project_filepath=project_session_filepath)