ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Precommit autoupdate reveals `mypy` errors #394

Closed davidorme closed 8 months ago

davidorme commented 8 months ago

Describe the bug

The pre-commit auto-update in #387 reveals that mypy has found a new way to object to vr.core.grid.Grid.map_xy_to_cell_indexing. Which is fair - that function is festooned with # type: ignore statements and something was bound to get added to the pile.