fabian-sp / GGLasso

A Python package for General Graphical Lasso computation
MIT License
30 stars 14 forks source link

Use rng everywhere #40

Closed fabian-sp closed 1 year ago

fabian-sp commented 1 year ago

Remark to myself: we drop assertions for now because it seems that it is hard/impossible to create identical random numbers accross machines/versions for numpy.

See: https://github.com/numpy/numpy/issues/22975