You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to import a database with bw2io.SingleOutputEcospold1Importer, there is a flag called use_mp that controls whether multiprocessing will be used or not. This flag is inherited by the default Ecospold1LCIAExtractor extractor class.
But if you want to change the default extractor to something else, for example, Ecospold1LCIAExtractor or the JSONLDExtractor, the import process fails because use_mp flag is not implemented in these non-default extractors.
When trying to import a database with
bw2io.SingleOutputEcospold1Importer
, there is a flag calleduse_mp
that controls whether multiprocessing will be used or not. This flag is inherited by the defaultEcospold1LCIAExtractor
extractor class.But if you want to change the default extractor to something else, for example,
Ecospold1LCIAExtractor
or theJSONLDExtractor
, the import process fails becauseuse_mp
flag is not implemented in these non-default extractors.The text was updated successfully, but these errors were encountered: