Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum_node has been deprecated since v1.0.0 #55

Open
asver12 opened this issue Aug 6, 2019 · 0 comments
Open

Sum_node has been deprecated since v1.0.0 #55

asver12 opened this issue Aug 6, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@asver12
Copy link
Collaborator

asver12 commented Aug 6, 2019

importing the SPNModel from mb_modelbase.models_core.spnmodel throws error with scipy version 1.3.0 or higher:

  File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spnmodel.py", line 18, in <module>
    from mb_modelbase.models_core.spn.spn import SPNParams, SPN
  File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/__init__.py", line 5, in <module>
    from mb_modelbase.models_core.spn.product_node import *
  File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/product_node.py", line 4, in <module>
    from .sum_node import SumNode
  File "/home/schm_li/.local/lib/python3.6/site-packages/mb_modelbase/models_core/spn/sum_node.py", line 2, in <module>
    from scipy.misc import logsumexp
ImportError: cannot import name 'logsumexp'

logsumexp was removed in version 1.3.0

@asver12 asver12 changed the title Sum_node only works with scipy version 0.19.0 or lower Sum_node has been deprecated since v1.0.0 Aug 6, 2019
@asver12 asver12 added the bug Something isn't working label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant