Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawin committed Oct 8, 2024
1 parent 7dafdc7 commit bf92003
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/create-model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ function create_model(
cond3_domain_decommission_variables(a, v)
)
]
@show decommission_set_using_compact_method

# Create conditions for accumulated units compact method
# Cond1: asset a invested in year v has to be operational at milestone year y
Expand All @@ -709,7 +708,6 @@ function create_model(
cond3_domain_decommission_variables(a, v)
)
]
@show accumulated_set_using_compact_method

# Create a lookup set for compact method
accumulated_set_using_compact_method_lookup = Dict(
Expand Down

0 comments on commit bf92003

Please sign in to comment.