hypergraph icon indicating copy to clipboard operation
hypergraph copied to clipboard

ImportError: cannot import name 'comb'

Open Raouaaa opened this issue 5 years ago • 0 comments

Importing comb from scipy.misc was depreciated in 1.0.0. You need to import it from scipy.special: https://docs.scipy.org/doc/scipy-1.2.1/reference/misc.html

Raouaaa avatar Dec 06 '19 19:12 Raouaaa