Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4e262586 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

do not require a hybrid controller, so the test-powertrain class can be used...

do not require a hybrid controller, so the test-powertrain class can be used for other purposes as well
parent 70cdf78c
No related branches found
No related merge requests found
......@@ -92,9 +92,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
}
}
if (HybridController == null) {
throw new VectoException("Unknown HybridController in TestContainer: {0}", Container.HybridController?.GetType().FullName);
}
//if (HybridController == null) {
// throw new VectoException("Unknown HybridController in TestContainer: {0}", Container.HybridController?.GetType().FullName);
//}
var busAux = container.RunData.BusAuxiliaries;
if (busAux != null && busAux.ElectricalUserInputsConfig.ConnectESToREESS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment