From ddc209e8fcd7c942a31f1997d936c11f584f34ee Mon Sep 17 00:00:00 2001
From: Julien Schueller <schueller@phimeca.com>
Date: Tue, 31 Oct 2023 08:22:53 +0100
Subject: [PATCH 5/5] CouplingPhysicalModel: Drop clean env test
Forwarded: not-needed
Reviewed-by: Pierre Gruet <pgt@debian.org>

---
 python/test/t_CouplingPhysicalModel_std.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/python/test/t_CouplingPhysicalModel_std.py b/python/test/t_CouplingPhysicalModel_std.py
index e264817d..abbdd6d0 100755
--- a/python/test/t_CouplingPhysicalModel_std.py
+++ b/python/test/t_CouplingPhysicalModel_std.py
@@ -382,12 +382,6 @@ try:
 except Exception:
     print("OK")
 
-# clean environment
-step5.setEnvironment(ot.Description(), ot.Description())
-model2 = persalys.CouplingPhysicalModel("envTest", [step1, step5])
-f = model2.getFunction()
-y = f(x)
-
 # cleanup
 os.remove("input1.txt.in")
 os.remove("program1.py")
-- 
2.34.1

