From 6d4a837dc32c13185f742f5be61473020dbaf3d7 Mon Sep 17 00:00:00 2001 From: Lisa Slaughter Date: Thu, 16 May 2024 11:59:54 -0700 Subject: [PATCH] Hiding in-development models --- omf/models/derConsumer.py | 2 +- omf/models/derUtilityCost.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/omf/models/derConsumer.py b/omf/models/derConsumer.py index 47e4804ad..69789cc85 100644 --- a/omf/models/derConsumer.py +++ b/omf/models/derConsumer.py @@ -25,7 +25,7 @@ distributed energy resources (DERs) at the residential level using the NREL renewable \ energy optimization tool (REopt) and the OMF virtual battery dispatch module (vbatDispatch).') modelName, template = __neoMetaModel__.metadata(__file__) -hidden = False +hidden = True def create_timestamps(start_time='2017-01-01',end_time='2017-12-31 23:00:00',arr_size=8760): ''' Creates an array of timestamps given a start time, stop time, and array size. diff --git a/omf/models/derUtilityCost.py b/omf/models/derUtilityCost.py index e1cdaa380..0145d7f6a 100644 --- a/omf/models/derUtilityCost.py +++ b/omf/models/derUtilityCost.py @@ -26,7 +26,7 @@ 'distributed energy resources (DERs) using the NREL renewable energy optimization tool (REopt) and ' 'the OMF virtual battery dispatch module (vbatDispatch).') modelName, template = __neoMetaModel__.metadata(__file__) -hidden = False +hidden = True def work(modelDir, inputDict):