Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Abel Soares Siqueira <nepper271@gmail.com>
  • Loading branch information
datejada and abelsiqueira committed May 13, 2024
1 parent cd47a43 commit 4a81659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input-schemas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const schemas = (
:investment_limit_storage_energy => Union{Missing,Float64}, # MWh (Missing -> no limit)
:capacity_storage_energy => Float64, # MWh
:investment_integer_storage_energy => Bool, # Whether investment for storage energy is integer or continuous
:use_binary_storage_method => Symbol, # Whether to use an extra binary variable for the storage assets to avoid charging and discharging simultaneously (none;binary;relaxed_binary)
:use_binary_storage_method => Union{Symbol,Missing}, # Whether to use an extra binary variable for the storage assets to avoid charging and discharging simultaneously (missing;binary;relaxed_binary)
),

# Schema for the assets-profiles.csv file.
Expand Down

0 comments on commit 4a81659

Please sign in to comment.