bkuczenski / lca-tools

A Python package for doing stuff with LCA data
GNU General Public License v2.0
18 stars 1 forks source link

attempt background generation without scipy leads to misery #27

Open bkuczenski opened 5 years ago

bkuczenski commented 5 years ago

???

bkuczenski commented 5 years ago

It's actually not a scipy thing- though that should be tested earlier Problem occurs when there is no data in the archive; flat_background.__init__() when lci_db is (None, None) it fails with 'NoneType' object has no attribute 'tocsr'