Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dpinney/omf
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-nyx committed May 15, 2024
2 parents 84ed149 + 753439d commit ef768b5
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 @@ -482,7 +482,7 @@ def new(modelDir):
return __neoMetaModel__.new(modelDir, defaultInputs)

@neoMetaModel_test_setup
def _tests():
def _tests_disabled():
# Location
modelLoc = pJoin(__neoMetaModel__._omfDir,"data","Model","admin","Automated Testing of " + modelName)
# Blow away old test results if necessary.
Expand Down
2 changes: 1 addition & 1 deletion omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def new(modelDir):
return __neoMetaModel__.new(modelDir, defaultInputs)

@neoMetaModel_test_setup
def _tests():
def _tests_disabled():
# Location
modelLoc = pJoin(__neoMetaModel__._omfDir,"data","Model","admin","Automated Testing of " + modelName)
# Blow away old test results if necessary.
Expand Down

0 comments on commit ef768b5

Please sign in to comment.