From 35c2d5e5679e56cdba1b14b2583e6ea6ef52db4b Mon Sep 17 00:00:00 2001 From: Gerald NICOLAS Date: Thu, 7 Jan 2016 11:10:28 +0100 Subject: [PATCH] Changement des noms de zones et commentaires --- tests/test_12.py | 22 +++++++++++----------- tests/test_13.py | 2 +- tests/test_14.py | 2 +- tests/test_15.py | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/test_12.py b/tests/test_12.py index 97a2aa81..f938775b 100755 --- a/tests/test_12.py +++ b/tests/test_12.py @@ -19,7 +19,7 @@ # """ Python script for HOMARD -Test test_11 associe au tutorial 2 +Test test_12 associe au tutorial 2 """ __revision__ = "V2.3" @@ -75,26 +75,26 @@ Python script for HOMARD # # Creation des zones # ================== - # Box "Zone_0" - Zone_0 = homard.CreateZoneBox ('Zone_0', -0.1, 1.1, -0.1, 1.1, 0.9, 1.1) + # Box "Zone_12_0" + Zone_12_0 = homard.CreateZoneBox ('Zone_12_0', -0.1, 1.1, -0.1, 1.1, 0.9, 1.1) # - # Sphere "Zone_1" - Zone_1 = homard.CreateZoneSphere ('Zone_1', 0., 0., 0., 1.05) + # Sphere "Zone_12_1" + Zone_12_1 = homard.CreateZoneSphere ('Zone_12_1', 0., 0., 0., 1.05) # - # Box "Zone_2" - Zone_2 = homard.CreateZoneBox ('Zone_2', -0.1, 0.51, -0.1, 0.51, -0.1, 0.51) + # Box "Zone_12_2" + Zone_12_2 = homard.CreateZoneBox ('Zone_12_2', -0.1, 0.51, -0.1, 0.51, -0.1, 0.51) # # Hypothese "Hypo_2" # ================== Hypo_2 = homard.CreateHypothesis('Hypo_2') - Hypo_2.AddZone('Zone_1', 1) - Hypo_2.AddZone('Zone_0', 1) + Hypo_2.AddZone('Zone_12_1', 1) + Hypo_2.AddZone('Zone_12_0', 1) # # Hypothese "Hypo_2_bis" # ====================== Hypo_2_bis = homard.CreateHypothesis('Hypo_2_bis') - Hypo_2_bis.AddZone('Zone_0', -1) - Hypo_2_bis.AddZone('Zone_2', 1) + Hypo_2_bis.AddZone('Zone_12_0', -1) + Hypo_2_bis.AddZone('Zone_12_2', 1) # # Cas # === diff --git a/tests/test_13.py b/tests/test_13.py index 0d074ce2..a904186f 100755 --- a/tests/test_13.py +++ b/tests/test_13.py @@ -19,7 +19,7 @@ # """ Python script for HOMARD -Test test_11 associe au tutorial 3 +Test test_13 associe au tutorial 3 """ __revision__ = "V2.3" diff --git a/tests/test_14.py b/tests/test_14.py index 2d9a91c8..1928ffc3 100755 --- a/tests/test_14.py +++ b/tests/test_14.py @@ -19,7 +19,7 @@ # """ Python script for HOMARD -Test test_11 associe au tutorial 4 +Test test_14 associe au tutorial 4 """ __revision__ = "V2.3" diff --git a/tests/test_15.py b/tests/test_15.py index da64c66c..a3164536 100755 --- a/tests/test_15.py +++ b/tests/test_15.py @@ -19,7 +19,7 @@ # """ Python script for HOMARD -Test test_11 associe au tutorial 5 +Test test_15 associe au tutorial 5 """ __revision__ = "V2.3" -- 2.39.2