brightway-lca / brightway2-analyzer

BSD 3-Clause "New" or "Revised" License
7 stars 12 forks source link

no attribute '_mapped_dict' #1

Closed aleksandra-kim closed 8 years ago

aleksandra-kim commented 8 years ago

Original report by giuseppe cardellini (Bitbucket: cardosan, GitHub: cardosan).


In bw2analyzer 0, 9, 'dev2'

/home/giuseppec/miniconda3/envs/bw2_py3/lib/python3.4/site-packages/bw2analyzer/contribution.py in annotated_top_processes(self, lca, names, **kwargs) 131 132 """ --> 133 if lca._mapped_dict: 134 lca.fix_dictionaries() 135 ra, rp, rb = lca.reverse_dict()

AttributeError: 'LCA' object has no attribute '_mapped_dict'

aleksandra-kim commented 8 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Fixed in revision 03b2ef7

aleksandra-kim commented 8 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Fix included in release bw2analyzer-0.9.dev4 (40b577e)