You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Documenting what was discussed today that we sometimes have difficulty running external methods.
For example, to run the state GHG Method
GHG_stateCBEI_2019.yaml
, we need to pass the following external folder:<path>/GHGbyindustrydocs/flowsa/
In load_yaml_dict then the method folder is identified here:
flowsa/flowsa/common.py
Line 131 in 4efcd5a
But later only the parent path is passed here:
flowsa/flowsa/common.py
Line 143 in 4efcd5a
such that later when searching for other files the external path that is explored is only still
<path>/GHGbyindustrydocs/flowsa/
flowsa/flowsa/flowsa_yaml.py
Lines 27 to 34 in 4efcd5a
Beta Was this translation helpful? Give feedback.
All reactions