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

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

remove todo, no longer needed

parent f5983559
No related branches found
No related tags found
No related merge requests found
......@@ -249,9 +249,6 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
}
if (runData.Cycle != null && runData.Cycle.Entries.Any(e => e.PTOActive == PTOActivity.PTOActivityDuringStop)) {
if (jobType == VectoSimulationJobType.BatteryElectricVehicle) {
// TODO: MQ 20201020 - validate depending on EM position!?
}
if (runData.PTO == null || runData.PTO.PTOCycle == null) {
return new ValidationResult("PTOCycle is used in DrivingCycle, but is not defined in Vehicle-Data.");
......
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