Skip to content

Commit

Permalink
test reset
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Jul 8, 2023
1 parent 882b56a commit 4c243f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion omf/runAllTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys, platform, pkgutil, importlib, omf, traceback

# master override disabling testing.
IGNORE_FILES = ['omf.runAllTests', 'omf.webProd', 'omf.web', 'omf.omfStats', 'omf.models.phaseId', 'omf.models.solarDisagg', 'omf.tests', 'omf.models.forecastTool', 'omf.models.transmission', 'omf.models.cvrStatic']
IGNORE_FILES = ['omf.runAllTests', 'omf.webProd', 'omf.web', 'omf.omfStats', 'omf.models.phaseId', 'omf.models.solarDisagg', 'omf.tests', 'omf.models.forecastTool', 'omf.models.transmission', 'omf.models.cvrStatic', 'omf.models.smartSwitching']

# Different platforms like to name the python binary differently
PY_BIN_NAME = 'python3'
Expand Down
5 changes: 3 additions & 2 deletions omf/solvers/opendss/dssConvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1097,5 +1097,6 @@ def _tests():
# _tests()
# _randomTest()
# _conversionTests()
_dssToOmdTest()
#_dssCoordTest()
# _dssToOmdTest()
#_dssCoordTest()
pass

0 comments on commit 4c243f2

Please sign in to comment.