Skip to content

Commit 56f7caf

Browse files
committed
code: remove rounding
1 parent 4b2e435 commit 56f7caf

9 files changed

Lines changed: 14709 additions & 14712 deletions

File tree

inputs/US/discount_rates_usa.csv

Lines changed: 834 additions & 834 deletions
Large diffs are not rendered by default.

outputs/US/costs_2020.csv

Lines changed: 1464 additions & 1464 deletions
Large diffs are not rendered by default.

outputs/US/costs_2025.csv

Lines changed: 1992 additions & 1992 deletions
Large diffs are not rendered by default.

outputs/US/costs_2030.csv

Lines changed: 2071 additions & 2071 deletions
Large diffs are not rendered by default.

outputs/US/costs_2035.csv

Lines changed: 2086 additions & 2086 deletions
Large diffs are not rendered by default.

outputs/US/costs_2040.csv

Lines changed: 2091 additions & 2091 deletions
Large diffs are not rendered by default.

outputs/US/costs_2045.csv

Lines changed: 2091 additions & 2091 deletions
Large diffs are not rendered by default.

outputs/US/costs_2050.csv

Lines changed: 2080 additions & 2080 deletions
Large diffs are not rendered by default.

scripts/compile_cost_assumptions_usa.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,9 +1122,6 @@ def duplicate_fuel_cost(input_file_path: str, list_of_years: list) -> pd.DataFra
11221122
usa_costs_flag=True,
11231123
)["value"]
11241124
)
1125-
inflation_adjusted_updated_cost_df.loc[:, "value"] = round(
1126-
inflation_adjusted_updated_cost_df["value"].astype(float), num_digits
1127-
)
11281125

11291126
# output the modified cost dataframe
11301127
output_cost_path_list = [

0 commit comments

Comments
 (0)