Skip to content

Commit

Permalink
potential fix for automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilycatolson committed Dec 19, 2023
1 parent 916b01e commit da723d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def new(modelDir):
return __neoMetaModel__.new(modelDir, defaultInputs)

@neoMetaModel_test_setup
def _tests():
def _debugging():
#def _tests():
# Location
modelLoc = pJoin(__neoMetaModel__._omfDir,"data","Model","admin","Automated Testing of " + modelName)
# Blow away old test results if necessary.
Expand All @@ -118,5 +119,6 @@ def _tests():
__neoMetaModel__.renderAndShow(modelLoc)

if __name__ == '__main__':
_debugging()
#_tests()
pass
#pass

0 comments on commit da723d1

Please sign in to comment.