djgroen / flee

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

remove_forced_redirection implementation #30

Closed cspgdds closed 1 year ago

cspgdds commented 3 years ago

An automated version of Burundi (2015) conflict has a forced redirection which was removed after certain days: https://github.com/djgroen/FabFlee/blob/master/config_files/burundi/input_csv/closures.csv

Currently, it is added in the closures.csv file but not implemented in the Flee code.

For reference, hard-coded version of Burundi run.py file
https://github.com/djgroen/FabFlee/blob/57dbca6ceeccd72bc6adb8d2375cc310fe0bca2a/config_files/validation/SWEEP/oldstyle_burundi/run.py#L173

djgroen commented 1 year ago

This is now in the code.