centreformicrosimulation / SimPaths

SimPaths is an open-source microsimulation framework for life course analysis, developed and maintained by CeMPA at the University of Essex
5 stars 10 forks source link

Validation of forward looking behaviour, update of model input data and parameters #47

Closed justin-ven closed 2 months ago

pbronka commented 2 months ago

Hi @justin-ven ,

Line 65 of the MultiRun class references input/DatabaseCountryYear.xlsx which seems to be removed in your PR?

MultiKeyCoefficientMap lastDatabaseCountryAndYear = ExcelAssistant.loadCoefficientMap("input" + File.separator + Parameters.DatabaseCountryYearFilename + ".xlsx", "Data", 1, 1);