polca / premise

Coupling Integrated Assessment Models output with Life Cycle Assessment.
BSD 3-Clause "New" or "Revised" License
100 stars 45 forks source link

use_multiprocessing no longer keyword argument in NewDatabase #170

Closed CHarpprecht closed 2 weeks ago

CHarpprecht commented 3 weeks ago

TypeError: NewDatabase.__init__() got an unexpected keyword argument 'use_multiprocessing'

Disable multiprocessing?
NewDatabase(..., use_multiprocessing=False)

If multiprocessing is premantly removed, I would suggest removing the related prints as well to avoid confusion for the user