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

ART dropout cd4 recovery #41

Merged
merged 3 commits into from
Feb 3, 2024
Merged

ART dropout cd4 recovery #41

merged 3 commits into from
Feb 3, 2024

Conversation

jeffeaton
Copy link
Collaborator

No description provided.

Comment on lines -711 to +719
grad[g][ha][hm] += art_dropout[t] * artpop[t][g][ha][hm][hu];

if (bin_art_dropout_recover_cd4 && hu >= 2 && hm >= 1) {
// recover people on ART >1 year to one higher CD4 category
grad[g][ha][hm-1] += art_dropout[t] * artpop[t][g][ha][hm][hu];
} else {
grad[g][ha][hm] += art_dropout[t] * artpop[t][g][ha][hm][hu];
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlglaubius @guy2015 -- changes here

@jeffeaton jeffeaton merged commit 7f62e30 into master Feb 3, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant