djgroen / flee

flee agent-based modelling code
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Add crossroad location type #72

Closed djgroen closed 1 year ago

djgroen commented 1 year ago

This location type should be completely ignored by the decision-making code, and should only serve for visualisation purposes.

However, embedding it does have clear implications for the structure of Flee.

djgroen commented 1 year ago

This is now supported, documented and tested with a Pytest.

Please note that the corresponding location type is called marker, as the name crossroad can cause confusion with other scenarios (e.g. ones with river crossings).