pnnl / tesp

Other
39 stars 37 forks source link

Merge branch 'evolve' into sgip1_doc #59

Closed trevorhardy closed 2 years ago

trevorhardy commented 2 years ago

Conflicts:

.gitignore

install/Linux/helpers/clean_outputs.sh

src/tesp_support/tesp_support/process_agents.py

src/tesp_support/tesp_support/process_eplus.py

src/tesp_support/tesp_support/process_gld.py

src/tesp_support/tesp_support/process_houses.py

src/tesp_support/tesp_support/process_inv.py

src/tesp_support/tesp_support/process_pypower.py

trevorhardy commented 2 years ago

I think I resolved the conflicts succesfully in the process_x.py but @d3j331, you'll probably want to take a look.

trevorhardy commented 2 years ago

I'm not seeing lines 570-571 commented out in process_gld.py (in sgip1_doc or evolve). Can you double-check what you're seeing?

d3j331 commented 2 years ago

From github pull request

Screenshot 2021-11-10 111349

New arg -> 'path' in the call

def read_gld_metrics (path, nameroot, dictname = ''):

Also in the glm_dict.py seems little funky, I believe all the metrics types should be there. Maybe we need a call to resolve.

trevorhardy commented 2 years ago

Re-attempting this in a fresh sets of merges.