Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@code.europa.eu/vecto/vecto.git. Pull mirroring updated .
  1. Dec 17, 2015
    • Michael KRISPER's avatar
      Merge remote-tracking branch 'vecto/develop' into feature/VECTO-173-lossmap-sanity-check · 8e24f2ac
      Michael KRISPER authored
      Conflicts:
      	VECTO/GUI/F_MAINForm.vb
      	VectoConsole/Program.cs
      	VectoCore/FileIO/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs
      	VectoCore/FileIO/Reader/DataObjectAdaper/EngineeringDataAdapter.cs
      	VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs
      	VectoCore/Models/Simulation/Impl/SimulatorFactory.cs
      	VectoCore/Models/Simulation/Impl/VehicleContainer.cs
      	VectoCore/OutputData/ModalDataContainer.cs
      	VectoCoreTest/Integration/DeclarationReportTest.cs
      	VectoCoreTest/Integration/EngineOnlyCycle/EngineOnlyCycleTest.cs
      	VectoCoreTest/Integration/FullCycleDeclarationTest.cs
      	VectoCoreTest/Integration/SimulationRuns/FullPowertrain.cs
      	VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs
      	VectoCoreTest/Models/Simulation/AuxTests.cs
      	VectoCoreTest/Models/Simulation/SimulationTests.cs
      	VectoCoreTest/Models/SimulationComponent/DriverTest.cs
      	VectoCoreTest/Models/SimulationComponentData/GearboxDataTest.cs
      	VectoCoreTest/Utils/GraphWriter.cs
      8e24f2ac
    • Michael KRISPER's avatar
  2. Dec 16, 2015
  3. Dec 15, 2015
    • Markus Quaritsch's avatar
      Merge pull request #101 in VECTO/vecto-sim from... · 74ad4047
      Markus Quaritsch authored
      Merge pull request #101 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-161-problem-with-joblist-program-crashes to develop
      
      * commit 'd1732e59':
        adapt lambda expression for writing sum data to sort cycles according to creation sequence instead of finishing sequence
      74ad4047
    • Markus Quaritsch's avatar
      adapt lambda expression for writing sum data to sort cycles according to... · d1732e59
      Markus Quaritsch authored
      adapt lambda expression for writing sum data to sort cycles according to creation sequence instead of finishing sequence
      d1732e59
    • Markus Quaritsch's avatar
      Merge pull request #100 in VECTO/vecto-sim from... · 44484678
      Markus Quaritsch authored
      Merge pull request #100 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-161-problem-with-joblist-program-crashes to develop
      
      * commit 'a8c40b67':
        fix: no longer use combination of jobname, cycle, and loading to identify a run -> changed to unique number
      44484678
    • Markus Quaritsch's avatar
      fix: no longer use combination of jobname, cycle, and loading to identify a... · a8c40b67
      Markus Quaritsch authored
      fix: no longer use combination of jobname, cycle, and loading to identify a run -> changed to unique number
      a8c40b67
    • Markus Quaritsch's avatar
      Merge pull request #99 in VECTO/vecto-sim from... · 54681031
      Markus Quaritsch authored
      Merge pull request #99 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-156-refactoring-of-input-data-handling to develop
      
      * commit '02aa5ddb': (21 commits)
        adding some json tests
        update comments
        added comments to inputData Interface: mapping to parameter in VECTO Input Parameters.xlsx
        minor cleanup, make tests work again (changed error messages)
        make properties in json-classes virtual to allow override
        removed aerodynamicDragArea from vehicledata, only use lookup-table for airdrag
        removing unused uses
        adding documentation for input data parameters
        wrap accessing json keys with exceptions, reading files
        more testcases work
        cleaning up old (and unused) files
        change inputdata signature: engine idel speed -> PerSecond, AuxiliaryType -> string missing axlegeardata make testcases run (introduce filewriter, use correect paths)
        account for typo in json keys
        testcases compile as well,
        major refactoring steps done, separation of output data and output writer; VectoCore compiles again, some errors in VectoTest...
        more work on refactoring
        adding methods to create maps (fuel consumption, loss maps, ...) from data table, further refactoring of input data, adapting data object adapter
        move Json keys to resource file
        introducing InputDataProvider and additional interfaces, Json parser refactored
        moving FileIO to new namespace, interface for inputData
        ...
      54681031
    • Markus Quaritsch's avatar
      adding some json tests · 02aa5ddb
      Markus Quaritsch authored
      02aa5ddb
    • Markus Quaritsch's avatar
      update comments · bdbf67f4
      Markus Quaritsch authored
      bdbf67f4
  4. Dec 14, 2015
    • Markus Quaritsch's avatar
    • Michael KRISPER's avatar
    • Markus Quaritsch's avatar
    • Markus Quaritsch's avatar
    • Markus Quaritsch's avatar
    • Michael KRISPER's avatar
      changed license header again · 1107fd52
      Michael KRISPER authored
      1107fd52
    • Markus Quaritsch's avatar
      Merge branch 'develop' of... · 49fe65ce
      Markus Quaritsch authored
      Merge branch 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim into bugfix/VECTO-156-refactoring-of-input-data-handling
      
      # By Michael Krisper (6) and Markus Quaritsch (5)
      # Via QUARITSCH Markus (5) and others
      * 'develop' of https://webgate.ec.europa.eu/CITnet/stash/scm/~emquarima/vecto-sim:
        add checks for reading driving cycle, additional testcases for drivingcycledata
        bugfix: summary file / modalDataWriter: fixing null-reference for stopTime if cycle contains no stops
        added eupl license header to python script for converting declaration data into new format
        added EUPL license header to all source files
        added project for adding licence headers to all cs files
        corrected progress percent jump
        new dev build 334
        testcase for speed-dependent cross-wind correction
        implementing speed-dependent crosswind correction, refactoring of crosswind correction curve
        added exceptions when file not exists
        [VECTO-134] show file links in status output in GUI
      
      Conflicts:
      	DeclarationCycleZip/Program.cs
      	VECTO/GUI/F_MAINForm.vb
      	VectoCore/FileIO/DeclarationFile/EngineFileDecl.cs
      	VectoCore/FileIO/DeclarationFile/GearboxFileDecl.cs
      	VectoCore/FileIO/DeclarationFile/JobFileDecl.cs
      	VectoCore/FileIO/DeclarationFile/VehicleFileDecl.cs
      	VectoCore/FileIO/EngineeringFile/EngineFileEng.cs
      	VectoCore/FileIO/EngineeringFile/GearboxFileEng.cs
      	VectoCore/FileIO/EngineeringFile/JobFileEng.cs
      	VectoCore/FileIO/EngineeringFile/VehicleFileEng.cs
      	VectoCore/FileIO/InputFileReader.cs
      	VectoCore/FileIO/JsonDataHeader.cs
      	VectoCore/FileIO/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs
      	VectoCore/FileIO/Reader/DataObjectAdaper/EngineeringDataAdapter.cs
      	VectoCore/FileIO/Reader/ISimulationDataReader.cs
      	VectoCore/FileIO/Reader/Impl/AbstractSimulationDataReader.cs
      	VectoCore/FileIO/Reader/Impl/DeclarationModeSimulationDataReader.cs
      	VectoCore/FileIO/Reader/Impl/EngineOnlySimulationDataReader.cs
      	VectoCore/FileIO/Reader/Impl/EngineeringModeSimulationDataReader.cs
      	VectoCore/FileIO/VectoFiles.cs
      	VectoCore/InputData/Reader/DataObjectAdaper/DeclarationDataAdapter.cs
      	VectoCore/Models/Simulation/Impl/JobContainer.cs
      	VectoCore/Models/SimulationComponent/Data/AccelerationCurve.cs
      	VectoCore/Models/SimulationComponent/Data/Engine/FuelConsumptionMap.cs
      	VectoCore/Models/SimulationComponent/Data/FullLoadCurve.cs
      	VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs
      	VectoCore/Models/SimulationComponent/Data/Gearbox/TransmissionLossMap.cs
      	VectoCore/Models/SimulationComponent/Data/RetarderLossMap.cs
      	VectoCore/Models/SimulationComponent/Data/VehicleData.cs
      	VectoCore/Models/SimulationComponent/Impl/Vehicle.cs
      	VectoCore/OutputData/IModalDataContainer.cs
      	VectoCore/OutputData/ModalDataContainer.cs
      	VectoCore/OutputData/PDF/DeclarationReport.cs
      	VectoCore/OutputData/SummaryDataContainer.cs
      	VectoCoreTest/Integration/SimulationRuns/MinimalPowertrain.cs
      	VectoCoreTest/Integration/Truck40tPowerTrain.cs
      	VectoCoreTest/Models/Simulation/VechicleContainerTests.cs
      	VectoCoreTest/Models/SimulationComponent/DriverTest.cs
      	VectoCoreTest/Models/SimulationComponent/VehicleTest.cs
      	VectoCoreTest/Models/SimulationComponentData/DistanceCycleDataTest.cs
      49fe65ce
    • Michael KRISPER's avatar
      620d53af
  5. Dec 11, 2015
  6. Dec 10, 2015
  7. Dec 08, 2015
  8. Dec 07, 2015
  9. Dec 04, 2015
    • Michael KRISPER's avatar
      Merge pull request #96 in VECTO/vecto-sim from... · 7e842581
      Michael KRISPER authored
      Merge pull request #96 in VECTO/vecto-sim from ~EMKRISPMI/vecto-sim:feature/VECTO-159-add-license-header-in-every-source to develop
      
      * commit '82d8141c':
        added eupl license header to python script for converting declaration data into new format
        added EUPL license header to all source files
        added project for adding licence headers to all cs files
      7e842581
    • Michael KRISPER's avatar
      Merge remote-tracking branch... · 82d8141c
      Michael KRISPER authored
      Merge remote-tracking branch 'krisper/feature/VECTO-159-add-license-header-in-every-source' into develop
      82d8141c
  10. Dec 03, 2015
Loading