diff --git a/omf/models/derConsumer.py b/omf/models/derConsumer.py index 51ede7618..64fa7fd20 100644 --- a/omf/models/derConsumer.py +++ b/omf/models/derConsumer.py @@ -25,7 +25,7 @@ Laboratory (NREL) Renewable Energy Optimization Tool (REopt) and the OMF virtual battery dispatch \ module (vbatDispatch).') modelName, template = __neoMetaModel__.metadata(__file__) -hidden = False ## Keep the model hidden=True during active development +hidden = True ## Keep the model hidden=True during active development def create_REopt_jl_jsonFile(modelDir, inputDict): ''' diff --git a/omf/models/derUtilityCost.py b/omf/models/derUtilityCost.py index 725132b8b..264244b6e 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 ## Keep the model hidden=True during active development +hidden = True ## Keep the model hidden=True during active development def work(modelDir, inputDict):