Benjamin W. Portner

Results 23 issues of Benjamin W. Portner

Brightway throws no error when trying to import an empty directory and applying strategies after. Although the output says that 0 datasets were extracted, this information is easy to miss...

enhancement
minor

Target: Make Exiobase HIOT usable in brightway. - [ ] make sure [packaging module](https://github.com/brightway-lca/mrio_common_metadata) runs without errors - [ ] speed up packaging module - [ ] write tests for...

While running pytest, I receive several errors that are caused by the attempt to initialize csv.reader with an encoding keyword. Minimum Example: ```python from bw2io.extractors.simapro_csv import SimaProCSVExtractor SimaProCSVExtractor().extract("path/to/file") ``` Error:...