Skip to content

Commit

Permalink
fix failing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BinglingICL committed Nov 21, 2024
1 parent ca634f5 commit 1d4077b
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,14 +749,14 @@ def format_time_by_cadre_treatment(_df):

hcw_time_increased_by_treatment_type = get_hcw_time_by_treatment().reindex(num_dalys_summarized.index).drop(['s_0'])

num_services_increased_percent = summarize(
pd.DataFrame(
find_difference_relative_to_comparison_series(
num_services.loc[0],
comparison='s_0',
scaled=True)
).T
).iloc[0].unstack().reindex(param_names).reindex(num_dalys_summarized.index).drop(['s_0'])
# num_services_increased_percent = summarize(
# pd.DataFrame(
# find_difference_relative_to_comparison_series(
# num_services.loc[0],
# comparison='s_0',
# scaled=True)
# ).T
# ).iloc[0].unstack().reindex(param_names).reindex(num_dalys_summarized.index).drop(['s_0'])

num_deaths_averted = summarize(
-1.0 *
Expand Down

0 comments on commit 1d4077b

Please sign in to comment.