From 3c688d9e385267d897e4b6ab8a68014e830124a0 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Fri, 10 Jun 2022 10:23:45 +0200 Subject: [PATCH] increasing lower soc boundary in serial hybrid strategy testdata --- .../Hybrids/GenericVehicle_S2_Job/Hybrid_Parameters.vhctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_Job/Hybrid_Parameters.vhctl b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_Job/Hybrid_Parameters.vhctl index 2f2ed814fc..b6efcd7e8f 100644 --- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_Job/Hybrid_Parameters.vhctl +++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericVehicle_S2_Job/Hybrid_Parameters.vhctl @@ -7,7 +7,7 @@ }, "Body": { "----EquivalenceFactor": 2.0, - "MinSoC": 24.0, + "MinSoC": 30.0, "----MaxSoC": 80.0, "TargetSoC": 70.0, "----AuxBufferTime": 5.0, -- GitLab