REGISTER NOW: DdS Autumn School! 🇨🇭 Grosshöchstetten (Switzerland) 🗓️ 6.-11. October 2024

bw2io.errors#

Module Contents#

exception bw2io.errors.InvalidPackage[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.InvalidPackage

bw2package data doesn’t validate

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.MissingMigration[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.MissingMigration

Needed migration data is missing

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.MultiprocessingError[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.MultiprocessingError

Multiprocessing module error or incompatibility

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.NonuniqueCode[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.NonuniqueCode

Not all provided codes are unique

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.StrategyError[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.StrategyError

The strategy could not be applied

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.UnallocatableDataset[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.UnallocatableDataset

GIven data cannot be sanely or deterministically allocated

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.UnsafeData[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.UnsafeData

bw2package data comes from a class that isn’t recognized by Brightway2

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.UnsupportedExchange[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.UnsupportedExchange

This exchange uncertainty type can’t be rescaled automatically

Initialize self. See help(type(self)) for accurate signature.

exception bw2io.errors.WrongDatabase[source]#

Bases: Exception

Inheritance diagram of bw2io.errors.WrongDatabase

Dataset does not belong to this database

Initialize self. See help(type(self)) for accurate signature.