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

Skip to content

update(transmission): generalised gear identification and added bypass for...

Andres Laverde Marin requested to merge dev into main

Signal class update:

  • Rebase on the Pydantic library to have the print and check the inputs.
  • Signal class is allowed to process cantools named signals class.
  • Signal rebased into the original signal class.
  • Add a test function for a Signal class based on pytest.

Setup:

  • Added co2mpas as a mandatory dependency.
  • Added pydantic and cantools as dependencies for Signal class.
  • Added syncing to requirements.
  • Fix schedula version.

Others:

  • Fix typos in the code.
  • Update import libraries and delte duplicates.
  • Reformat variable namings.
  • Fix documentation errors and typos.
  • Format all files with black.
Edited by Alessandro TANSINI

Merge request reports