Skip to content

Commit

Permalink
Update write_commit.jl
Browse files Browse the repository at this point in the history
Re-introduced T = inputs["T"] into write_commit.jl
  • Loading branch information
sambuddhac authored Feb 21, 2024
1 parent 0ca6f83 commit d2f04a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/write_outputs/ucommit/write_commit.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function write_commit(path::AbstractString, inputs::Dict, setup::Dict, EP::Model)

COMMIT = inputs["COMMIT"]
T = inputs["T"]

# Commitment state for each resource in each time step
resources = inputs["RESOURCE_NAMES"][COMMIT]
Expand Down

0 comments on commit d2f04a2

Please sign in to comment.