Skip to content

Commit

Permalink
remove repeated line (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB authored Nov 7, 2024
1 parent 1075456 commit 051c151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -2748,7 +2748,6 @@ def add_rail_transport(n, costs):
# Fetch wildcards
investment_year = int(snakemake.wildcards.planning_horizons[-4:])
demand_sc = snakemake.wildcards.demand # loading the demand scenrario wildcard
pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0)

# Prepare the costs dataframe
costs = prepare_costs(
Expand Down

0 comments on commit 051c151

Please sign in to comment.