Larry Zhang

Results 3 issues of Larry Zhang

@rachithaiyappa - please update m14 instructions to match installation instructions for gephi 0.9.3: It's mostly you don't need to download javascript anymore. https://gephi.wordpress.com/2022/04/10/gephi-0-9-3/

I was trying to use the random walk function which depends on the transition_matrix matrix function in the dynamics submodule. I got the error: ``` IndexError: index 492 is out...

In the HyMMSBM Sampler class, there's a random number generator variable that takes a seed value, in the constructor: ``` self._rng: np.random.Generator = np.random.default_rng(seed) ``` The solution is as easy...