trynthink / scout

A tool for estimating the future energy use, carbon emissions, and capital and operating cost impacts of energy efficiency and demand flexibility technologies in the U.S. residential and commercial building sectors.
https://scout.energy.gov
Other
58 stars 22 forks source link

Potential ECM File Bug(s) #298

Closed aspeake closed 1 year ago

aspeake commented 1 year ago

Seeing the following error when running fill_mkts() for the Best Res. Pool Pump (EE+DF) ECM:

File "/home/runner/work/scout/scout/ecm_prep.py", line 5906, in fill_mkts
    raise KeyError(
KeyError: "No data retrieved for applicable baseline market definition of ECM 'Best Res. Pool Pump (EE+DF)'"
Updating ECM 'Best Res. Pool Pump (EE+DF)'...

Error is raised here: https://github.com/trynthink/scout/blob/integration_testing/ecm_prep.py#L5906 And full traceback can be found here: https://github.com/trynthink/scout/actions/runs/4875927338/jobs/8698762932

cc @trynthink @asatremeloy

aspeake commented 1 year ago

Also just hit this error running the full workflow (w/ pool measures removed): ValueError: Contributing ECM 'Prospective Commercial Air Seal (New)' cannot be added to package 'Prosp. Com. ASHP (FS) + Env. + Ctls.' due to missing attribute data for this ECM

aspeake commented 1 year ago

Also just hit this error running the full workflow (w/ pool measures removed): ValueError: Contributing ECM 'Prospective Commercial Air Seal (New)' cannot be added to package 'Prosp. Com. ASHP (FS) + Env. + Ctls.' due to missing attribute data for this ECM

Broken out in separate issue: https://github.com/trynthink/scout/issues/320