Skip to content

Commit

Permalink
hidden=True for both derConsumer and derUtilityCost
Browse files Browse the repository at this point in the history
  • Loading branch information
astronobri committed Jul 2, 2024
1 parent a1d661b commit e4890eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omf/models/derConsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
'''
Expand Down
2 changes: 1 addition & 1 deletion omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e4890eb

Please sign in to comment.