Closed Ulvetanna closed 7 months ago
Also can you run the tests/regression_tests/test_routes_dijkstra.py
and tests/regression_tests/test_routes_smoothed.py
tests for this PR? The testing strategy is a bit dated and misleading, but both of these tests make sense to run for this PR
Please find attached the logs for the two requested tests, completed after final commit above.
PolarRoute Pull Request Template
Description of change
Making changes to include a zero_currents flag that works from the config_route input. In addition fixing CLI bug with Dijkstra path definition
Testing
To ensure that the functionality of the PolarRoute codebase remains consistent throughout the development cycle a testing strategy has been developed, which can be viewed in the document
test/testing_strategy.md
. This includes a collection of test files which should be run according to which part of the codebase has been altered in a pull request. Please consult the testing strategy to determine which tests need to be run.[x] My changes have not altered any of the files listed in the testing strategy
[ ] My changes result in all required regression tests passing without the need to update test files.
Checklist
0.3.x
branch (DO NOT SUBMIT A PR TO MAIN)