pnnl / tesp

Other
39 stars 37 forks source link

v1.0.0 loadshed/run.sh produces no plottable data #39

Closed trevorhardy closed 3 years ago

trevorhardy commented 3 years ago

Running loadshed/run.sh appears to run to completion but python3 plot_loadshedpy load shed produces no plots

File loadshed has substation n650 at Matpower bus TBD with 12.0 MVA transformer

Feeder Dictionary:
n650 has 0 houses and 0 inverters

Billing Meter Dictionary:
m675 on phase ABC of n650 with []
m692 on phase ABC of n650 with []

House Dictionary:

Inverter Dictionary:
Traceback (most recent call last):
  File "plot_loadshed.py", line 41, in <module>
    lp_m = open ("billing_meter_" + sys.argv[1] + "_metrics.json").read()
FileNotFoundError: [Errno 2] No such file or directory: 'billing_meter_loadshed_metrics.json'
temcdrm commented 3 years ago

what os?

trevorhardy commented 3 years ago

I ran the TESP installer on a VirtualBox VM with a clean installation of Ubuntu LTS 20.04.1

trevorhardy commented 3 years ago

Runs fine after logging out and logging back in again.