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)