Quick fix relating to new MeshiPhi feature allowing cellboxes to span antimeridian. Paths before were able to create coordinates that lay outside of the -180:180 domain of longitude, this fixes that.
Fixes MeshiPhi issue 26, extends functionality of PolarRoute
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.
PolarRoute Pull Request Template
Date: 2024-03-28
Version Number: 0.4.1
Description of change
Quick fix relating to new MeshiPhi feature allowing cellboxes to span antimeridian. Paths before were able to create coordinates that lay outside of the -180:180 domain of longitude, this fixes that.
Fixes MeshiPhi issue 26, extends functionality of PolarRoute
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.
Passing reg tests
Checklist
0.3.x
branch (DO NOT SUBMIT A PR TO MAIN)