Skip to content

Commit

Permalink
Commented print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-nyx committed Jul 28, 2023
1 parent 05a0adc commit f4b33b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omf/solvers/opendss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def hosting_capacity_all(FNAME:str, kwSTEPS:int, kwValue:float, BUS_LIST:list =
else:
gen_buses = BUS_LIST
all_output = []
print('GEN_BUSES', gen_buses)
# print('GEN_BUSES', gen_buses)
for bus in gen_buses:
try:
single_output = hosting_capacity_single_bus(FNAME, kwSTEPS, kwValue, bus, DEFAULT_KV=DEFAULT_KV)
Expand Down

0 comments on commit f4b33b1

Please sign in to comment.