Closed Ulvetanna closed 5 months ago
Please find attached the testing logs for test_routes_dijkstra.py
and test_routes_smoothed.py
.
dijkstra_test.log smoothed_test.log
Currently it's failing on the smoothed routes and I will investigate further. This could be due to the changes in a hotfix from a while back where the blocking condition changed. I will investigate further
Requirements needed to add:
@SamuelHall700 @hjabbot @gecoombs I will drop a message once all these have been completed on this pull request :)
Updated the regression tests with the corrected blocking conditions. The blocking condition has a weird effect on the fuel
optimised path. This needs to be investigated further in a later pull request.
PolarRoute Pull Request Template
Description of change
Adding in the functionality to split the mesh aground the waypoints locations to reduce the discrepancy for the route construction. This can now be toggled by an optional parameter within the config file
Fixes # (issue)
275
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.4.x
branch (DO NOT SUBMIT A PR TO MAIN)