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

WIP: closing in on full model #3

Merged
merged 7 commits into from
Sep 4, 2024
Merged

WIP: closing in on full model #3

merged 7 commits into from
Sep 4, 2024

Conversation

aflaxman
Copy link
Member

@aflaxman aflaxman commented Aug 22, 2024

Title: Model extensions to go from minimal model to "full" model

From minimal model to full

Description

  • Category: implementation
  • JIRA issue: none
  • Research reference: [[Add link to Aklilu's concept model doc here]]

Changes and notes

add more causes, risk effects, scenarios, and refine model parameters

Verification and Testing

simulate run -v --pdb src/vivarium_sodium_reduction/model_specifications/model_spec.yaml 

runs successfully.

@@ -188,12 +188,10 @@ def sodium_effect_on_sbp(self, index, sbp_drop_value):
sodium_exposure = self.sodium_exposure(index)
sodium_exposure_raw = self.sodium_exposure_raw(index)

sodium_threshold = 2.0 # g/day
mmHg_per_g_sodium = 10 # mmHg increase per 1g sodium above threshold
mmHg_per_g_sodium = 5.8/6.0 # 5.8 (2.5, 9.2) mmHg decrease per 6g/day sodium decrease

Copy link
Contributor

Choose a reason for hiding this comment

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

Consider putting this in a constants file

@aflaxman aflaxman merged commit cb69a76 into main Sep 4, 2024
8 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.

2 participants