Skip to content

Commit

Permalink
remove hosting test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Jul 27, 2023
1 parent ce7260b commit e48ecd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omf/solvers/opendss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,8 @@ def _tests():
# Example of hosting capacity for all buses with loads, i.e. metered buses.
# fname = 'iowa240clean.dss'
### Hosting Capacity Section
meter_buses = get_meter_buses(ckt)
hosting_capacity_all(ckt, 10, 10.0, BUS_LIST=meter_buses)
# meter_buses = get_meter_buses(ckt)
# hosting_capacity_all(ckt, 10, 10.0, BUS_LIST=meter_buses)
# outdir = omf.omfDir + '/solvers/opendss/voltageCompare_' + fname[:-4]
#voltagePlot(outckt_loc,PU=False)
# if not os.path.exists(outdir):
Expand Down

0 comments on commit e48ecd0

Please sign in to comment.