Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • master default protected
  • debug-test
  • debug
  • stats
  • tweak
  • evaluation
  • integration
8 results

README.md

Blame
  • niehues.mark@gmail.com's avatar
    markn92 authored
    5fa649d8
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Routing for Electric Vehicles

    Tests

    Teste are done using PyTest. To run the tests, the dev dependencies must be installed:

    pipenv install --dev

    Then simply run pytest within the root folder:

    pipenv shell pytest

    Extras

    Draw Graphs used for Testing

    To draw all graphs, respectively create .tex snippets (that make use of the tikz-network), use:

    python draw_graphs.py [path]
    
        path -  Path to the location where the .tex files
                should be exported to. Default is './plots'.