Skip to content

Commit

Permalink
potential binary opendss linux workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Dec 13, 2023
1 parent 86508b7 commit 062dcee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omf/solvers/opendss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def newQstsPlot(filePath, stepSizeInMinutes, numberOfSteps, keepAllFiles=False,
run_file.write(dss_run_file)
# Run in the right directory and suppress the output
subprocess.run('opendsscmd dss_run_file.dss', cwd=dssFileLoc, shell=True, check=True, stdout=subprocess.DEVNULL)
# runDSS('dss_run_file.dss')
# Aggregate monitors
all_gen_df = pd.DataFrame()
all_load_df = pd.DataFrame()
Expand Down

0 comments on commit 062dcee

Please sign in to comment.