Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_condition_death/diabetes.csv
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_condition_hsi/diabetes.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_condition_hsi/hypertension.csv
Git LFS file not shown

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_condition_onset/diabetes.csv
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_condition_removal/diabetes.csv
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_events/ever_heart_attack.csv
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_events/ever_stroke.csv
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_events_death/ever_stroke.csv
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions resources/cmd/ResourceFile_cmd_events_hsi/ever_stroke.csv
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 0 additions & 3 deletions resources/cmd/ResourceFile_cmd_parameters.csv

This file was deleted.

3 changes: 3 additions & 0 deletions resources/cmd/parameter_values.csv
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ def convert_output(output_path):

# get prevalence + lower and upper values
prev_range = read_csv_files(resourcefilepath / "cmd" / "ResourceFile_cmd_condition_prevalence", files=None)
baseline_error = [(prev_range[f'{condition}']['value'].values - prev_range[f'{condition}']['lower'].values),
(prev_range[f'{condition}']['upper'].values - prev_range[f'{condition}']['value'].values)]
baseline_error = [(prev_range[f'{condition}']['value'].values - prev_range[f'{condition}']['prior_min'].values),
(prev_range[f'{condition}']['prior_max'].values - prev_range[f'{condition}']['value'].values)]
if 'gbd_value' in prev_range[f'{condition}']:
gbd_error = [(prev_range[f'{condition}']['gbd_value'].values - prev_range[f'{condition}'][
'gbd_lower'].values),
Expand Down Expand Up @@ -498,8 +498,8 @@ def make_incidence_plot(condition, type):
files=None)
else:
inc_range = read_csv_files(resourcefilepath / "cmd" / f"ResourceFile_cmd_event_{type}", files=None)
asymptomatic_error = [(inc_range[f'{condition}']['value'].values - inc_range[f'{condition}']['lower'].values),
(inc_range[f'{condition}']['upper'].values - inc_range[f'{condition}']['value'].values)]
asymptomatic_error = [(inc_range[f'{condition}']['value'].values - inc_range[f'{condition}']['prior_min'].values),
(inc_range[f'{condition}']['prior_max'].values - inc_range[f'{condition}']['value'].values)]

bar_width = 0.75
opacity = 0.25
Expand Down
Loading
Loading