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
8 stars 1 forks source link

Rename 'animals' model to 'animal' #439

Closed davidorme closed 2 months ago

davidorme commented 2 months ago

Description

This PR moves everything virtual_ecosystem.models.animals related to virtual_ecosystem.models.animal in order to regularise the naming patterns in virtual_ecosystem.models.animal.animal_model.py.

This is so that model internals that rely on the model directory name matching the model definition file prefix work as intended.

Fixes #438

Type of change

Key checklist

Further checks