From 5f11ca5546a8977815bbbe50d41f4ed2955a0239 Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Wed, 4 May 2022 12:04:59 +0530 Subject: [PATCH] Remove the session.exit() call --- examples/01-parametric/parametric_static_mixer_3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/01-parametric/parametric_static_mixer_3.py b/examples/01-parametric/parametric_static_mixer_3.py index e487c4e8d630..75f99fda3eb2 100755 --- a/examples/01-parametric/parametric_static_mixer_3.py +++ b/examples/01-parametric/parametric_static_mixer_3.py @@ -74,8 +74,6 @@ 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