Change is boundary detection to fix global mesh case
Fixes # (issue)
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.
[ ] My changes have not altered any of the files listed in the testing strategy
[x] My changes result in all required regression tests passing without the need to update test files.
list which files have been altered and include a pytest.txt file for each of
the tests required to be run
The files which have been changed during this PR can be listed using the command
PolarRoute Pull Request Template
Date: 05/08/2024 Version Number: 0.5.0 --> 0.5.1
Description of change
Change is boundary detection to fix global mesh case
Fixes # (issue)
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.[ ] My changes have not altered any of the files listed in the testing strategy
[x] My changes result in all required regression tests passing without the need to update test files.
dijkstra_test.txt smooth_test.txt
Checklist
0.5.x
branch (DO NOT SUBMIT A PR TO MAIN)