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
@m-jamieson, do you know how technosphereflows.py is meant to be used?
I see that the parameter, "fuel_name_file" is pulled from the configuration file to create the CSV file path to "fuelname.csv" or "fuelname_1.csv" and that this CSV file is read by map_heat_inputs_to_fuel_names method in technosphereflows.py; however, I don't see any modules that call or import this method.
Is there a post-process that this serves?
The text was updated successfully, but these errors were encountered:
Not to completely shirk my responsibilities here, but blame tells me I had nothing to do with it! The original commit states:
New file to handle mapping of technosphere input flows before writing…
… the generation dictionary (just handles fuels for now)
It also looks to me like it's not used anywhere, so I'm okay with removing it. I wouldn't have called it from any external routines. And the fuel inputs to the various processes are now handled in other modules.
@m-jamieson, do you know how technosphereflows.py is meant to be used?
I see that the parameter, "fuel_name_file" is pulled from the configuration file to create the CSV file path to "fuelname.csv" or "fuelname_1.csv" and that this CSV file is read by
map_heat_inputs_to_fuel_names
method in technosphereflows.py; however, I don't see any modules that call or import this method.Is there a post-process that this serves?
The text was updated successfully, but these errors were encountered: