Castronova / EMIT

Environmental Model Integration Project (EMIT)
GNU General Public License v2.0
0 stars 2 forks source link

AddLink should using ei ids #273

Open Castronova opened 8 years ago

Castronova commented 8 years ago

The engine add_link function takes an input of exchange item ids, but uses exchange item names (lines 510, 511). This is an implementation error that needs to be corrected in both the engine and the gui.

farrieta9 commented 8 years ago

Can you elaborate on this issue? In engine.py the method add_link() is using the id from my understanding.