maximikos / Brightway2_Intro

This repo contains an introduction to the use of the Brightway2 LCA framework
Creative Commons Attribution 4.0 International
40 stars 19 forks source link

list index out of range #7

Closed Wara-Fatima closed 1 year ago

Wara-Fatima commented 1 year ago

wbp = [act for act in wbi][0] for exc in wbp.exchanges(): print(exc)

IndexError Traceback (most recent call last) Cell In [177], line 1 ----> 1 wbp = [act for act in wbi][0] 2 for exc in wbp.exchanges(): 3 print(exc)

IndexError: list index out of range