CityScope / CS_Simulation_GAMA

Agent Based Simulation platform for CityScope
GNU General Public License v3.0
31 stars 21 forks source link

CSV file not gathering data at all #129

Closed LAAP closed 4 years ago

LAAP commented 4 years ago

@agrignard ,

The CSV file doesn't gather data any more... After 6 experiments, in all of them, this is the file that I got:

Captura de pantalla 2020-06-03 a las 10 39 11
agrignard commented 4 years ago

It's working on mine and nothing has been changed for a while on this so it should work. Can you retest it, and don't forget to put savetocsv to true

Also if you look at the code line 128 of CityScope_Coronizer you can see this

reflex save_model_output when: every(#days) and savetoCSV{

that means the value are save every day so to have it saved you need to let run the model until a day occur. We can change that easily I will put it to every hours just play with the simulation step if you want to have more quickly your results