Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unspecified variable M_China in transmission.jl causes error in test #12

Open
TheHelenofTroy opened this issue May 15, 2020 · 0 comments

Comments

@TheHelenofTroy
Copy link

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.

@TheHelenofTroy 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant