You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm having the same problem and i solved it by adding the "enums" directory (downloadable from this git in ndlib/models/compartments link: https://github.com/GiulioRossetti/ndlib/tree/master/ndlib/models/compartments) to your python's site-packages. You must add it to /ndlib/models/compartments.
On your code you need to call EdgeStocastic using from ndlib.models.compartments import EdgeStochastic as es
I use macos and it works for me.
Hi,
I'm learning to use ndlib for my project. When importing EdgeStochastic, I received an error.
I'm using the latest version of ndlib. The error occurred on both Windows and Linux.
The text was updated successfully, but these errors were encountered: