Skip to content

Import warnings during multiprocessing #449

@Condor323

Description

@Condor323

During multiprocessing via the vensim wrapper I recieve the following 2 warnings for each active core. As you can imagine this clutters the output window during setup when running many cores. The problem is that there is no build in function to turn the warnings off or that these warnings are generated in this setup.

ImportWarning: netlogo connector not available
  from ema_workbench.connectors.vensim import VensimModel
ImportWarning: simio connector not available
  from ema_workbench.connectors.vensim import VensimModel

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions