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

small error in exp51.py #3

Open
murphyk opened this issue Jun 14, 2020 · 1 comment
Open

small error in exp51.py #3

murphyk opened this issue Jun 14, 2020 · 1 comment

Comments

@murphyk
Copy link

murphyk commented Jun 14, 2020

https://github.com/zalandoresearch/CRISP/blob/master/code/experiments/exp_5.1/exp51.py#L19
The code is currently:

contacts_3 = init_contacts(S=S, T=T, R0=R0_3, seed=args.seed )
fig_3 = make_figure(**contacts_2**, t_branch=120, contacts_branch=contacts_3)

However, the first argument should be contacts_3.

@rvollgraf
Copy link
Contributor

No, that's actually correct. The code produces Figure 2 (bottom-right), the first argument is for the solid lines and and contacts_branch=contacts_3 creates the dashed lines that represent the release after lockdown

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

2 participants