From 829997ba0882c0c5b74421c1508f538173997c56 Mon Sep 17 00:00:00 2001 From: Jerry Potts Date: Mon, 1 Jul 2024 12:18:05 -0600 Subject: [PATCH] add support_time_series --- src/models/technologies.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/technologies.jl b/src/models/technologies.jl index c4ce878..bfe3eb6 100644 --- a/src/models/technologies.jl +++ b/src/models/technologies.jl @@ -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