[Feature Request] Auto-collect commodity objects by looking at the technologies in the input file. #20
Labels
Comp:Core
This issue has to do with the main bulk of the code or document. (methods, main content)
Comp:Input
This issue has to do with the input component of the code or document. (input parameters, prep)
Difficulty:2-Challenging
This issue may be complex or require specialized skills.
Priority:3-Desired
This work is important, but not urgent.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Feature
New feature or feature request
At present, there is a function called
collect_technologies
in thedriver.py
file. This function reads the input file and retrieves the technology objects.There should be a similar function that takes the list of technology objects as input and returns the unique list of commodity objects.
The text was updated successfully, but these errors were encountered: