COMOKIT / COMOKIT-Model

A GAMA (http://gama-platform.org) model on the assessment and comparisons of intervention policies against the CoVid19 pandemics
https://comokit.org
GNU General Public License v3.0
25 stars 18 forks source link

Missing file #37

Closed shianli closed 4 years ago

shianli commented 4 years ago

GAMA is trying to look for Building type per activity type.csv (in Parameters folder) in the application model folder instead of COMOKIT folder when the application model is launch outside COMOKIT

chapuisk commented 4 years ago

In order to reproduce the error, create a new model in COMOKIT Template Project based on any template and point dataset variable toward a usable dataset, e.g. string dataset_path <- "../../COMOKIT/Datasets/Sample/";

AlexisDrogoul commented 4 years ago

I seem to remember that this file had been added by @ptaillandier , no ?

ptaillandier commented 4 years ago

It has been added in the Parameters folder.....

chapuisk commented 4 years ago

add a parameter_folder_path var to specify parameter folder and add it to COMOKIT Template Projects, see 913a7dafca634dd487b6dfaa38eee224ca1926e0

AlexisDrogoul commented 4 years ago

I would suggest to call it parameters_path or parameters_folder_path (with an "s").