From ce8357948cb45bacf700787b22e0b7a67b3a9ed7 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 27 Apr 2022 14:57:16 +0200
Subject: [PATCH] correct testdata for S2 APT

---
 .../Hybrids/GenericVehicle_S2_AT/AT-Shift.vgbs     |  4 ----
 .../GenericVehicle_S2_AT/GearboxPowerSplit.vgbx    |  8 ++++----
 .../GenericVehicle_S2_AT/GearboxSerial.vgbx        | 14 +++++++-------
 3 files changed, 11 insertions(+), 15 deletions(-)
 delete mode 100644 VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/AT-Shift.vgbs

diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/AT-Shift.vgbs b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/AT-Shift.vgbs
deleted file mode 100644
index 4da1c5a5ae..0000000000
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/AT-Shift.vgbs
+++ /dev/null
@@ -1,4 +0,0 @@
-engine torque [Nm],downshift rpm [1/min],upshift rpm [1/min]
--200,700,800
-0,700,800
-3000,700,800
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxPowerSplit.vgbx b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxPowerSplit.vgbx
index fd4f513c68..361b61daa0 100644
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxPowerSplit.vgbx
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxPowerSplit.vgbx
@@ -18,19 +18,19 @@
       {
         "Ratio": 1.35,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 1.0,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 0.73,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       }
     ],
@@ -45,7 +45,7 @@
       "File": "TorqueConverterPowerSplit.vtcc",
       "RefRPM": 1000.0,
       "Inertia": 0.0,
-      "ShiftPolygon": "AT-Shift.vgbs"
+      "ShiftPolygon": ""
     },
     "DownshiftAferUpshiftDelay": 0.0,
     "UpshiftAfterDownshiftDelay": 0.0,
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxSerial.vgbx b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxSerial.vgbx
index 0620238ba2..9cbd0b6276 100644
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxSerial.vgbx
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_AT/GearboxSerial.vgbx
@@ -18,37 +18,37 @@
       {
         "Ratio": 3.4,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 1.9,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 1.42,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 1.0,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 0.7,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       },
       {
         "Ratio": 0.62,
         "Efficiency": 0.98,
-        "ShiftPolygon": "AT-Shift.vgbs",
+        "ShiftPolygon": "",
         "MaxTorque": ""
       }
     ],
@@ -63,7 +63,7 @@
       "File": "TorqueConverter.vtcc",
       "RefRPM": 1000.0,
       "Inertia": 0.0,
-      "ShiftPolygon": "AT-Shift.vgbs"
+      "ShiftPolygon": ""
     },
     "DownshiftAferUpshiftDelay": 0.0,
     "UpshiftAfterDownshiftDelay": 0.0,
-- 
GitLab