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
The solution is as easy as adding another member variable to the constructor seed, which I did on my end. I can submit a pull request if desired. It worked properly after doing that.
Note that I installed this from source , so I used pip install -e .['all'] while in the hypergraphx directory.
The text was updated successfully, but these errors were encountered:
In the HyMMSBM Sampler class, there's a random number generator variable that takes a seed value, in the constructor:
The solution is as easy as adding another member variable to the constructor
seed
, which I did on my end. I can submit a pull request if desired. It worked properly after doing that.Note that I installed this from source , so I used
pip install -e .['all']
while in the hypergraphx directory.The text was updated successfully, but these errors were encountered: