SModelS / smodels

SModelS
https://smodels.github.io
14 stars 5 forks source link

Error messages in smodelsTools.py #11

Closed WolfgangWaltenberger closed 6 years ago

WolfgangWaltenberger commented 6 years ago

smodelsTools.py, when e.g. called to compute xsecs, resolves the dependencies also of all other tools. Which may result in silly error msgs, e.g.

ERROR in externalPythonTools.init() in 31: could not find plotly: No module named 'plotly' ERROR in externalPythonTools.init() in 31: could not find pandas: No module named 'pandas' ERROR in externalPythonTools.init() in 31: could not find IPython: No module named 'IPython'

Resolve the deps more lazily (preferred), or demote the errors to warning.

WolfgangWaltenberger commented 6 years ago

Solved in 122.