You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
TheHelenofTroy
changed the title
Unspecified variable M_China in transmission.jl
Unspecified variable M_China in transmission.jl causes error in test
May 15, 2020
M_China is an unspecified and undeclared variable in https://github.com/SamuelBrand1/KenyaCoV/blob/master/src/transmissionmodel.jl#L175
This will cause function calling of calculate_R₀_scale to fail, even when M_China is specified in the global scope. See https://github.com/SamuelBrand1/KenyaCoV/blob/master/tests/run_KenyaCoV_agestructuredmodel_vs_2.jl#L18 where M_China is named, but https://github.com/SamuelBrand1/KenyaCoV/blob/master/tests/run_KenyaCoV_agestructuredmodel_vs_2.jl#L18 and https://github.com/SamuelBrand1/KenyaCoV/blob/master/tests/run_KenyaCoV_agestructuredmodel_vs_2.jl#L31 will still error out with UndefVarError.
The text was updated successfully, but these errors were encountered: