antarctica / PolarRoute

Long-distance maritime polar route planning, taking into account complex changing environmental conditions.
MIT License
15 stars 3 forks source link

updating references to cartographi to meshiphi #233

Closed SamuelHall700 closed 11 months ago

SamuelHall700 commented 11 months ago

PolarRoute Pull Request Template

Date: 17/10/2023 Version Number: 0.3.7 -> 0.3.8

Description of change

Renaming references to CartograPhi to MeshiPhi

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.

docs/source/index.rst docs/source/sections/Command_line_interface.rst docs/source/sections/Outputs.rst docs/source/sections/ipython_notebooks.rst polar_route/init.py polar_route/cli.py polar_route/vessel_performance/abstract_vessel.py polar_route/vessel_performance/vessel_performance_modeller.py requirements.txt

git diff --name-only 0.3.x

test_vessel_out.txt test_smoothed_route_out.txt test_dijkstra_route_out.txt

include pytest.txt file showing which tests fail.
include reasoning as to why your changes cause these tests to fail.

Should these changes be valid, relevant test files should be updated.
include pytest.txt file of test passing after test files have been updated.

Checklist