Skip to content

Commit

Permalink
add support_time_series
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypotts committed Jul 1, 2024
1 parent df24b7a commit 829997b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/technologies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ get_ext(val::Technology) = get_ext(get_internal(val))
get_time_series_container(val::Technology) = val.time_series_container
get_supplemental_attributes_container(val::Technology) =
val.supplemental_attributes_container
IS.supports_time_series(::Technology) = true

0 comments on commit 829997b

Please sign in to comment.