statnet / ergm.ego

Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data https://statnet.org
Other
14 stars 4 forks source link

Stochastic test of EgoStats started to fail #83

Open mbojan opened 3 months ago

mbojan commented 3 months ago

The last part of the EgoStats tests

https://github.com/statnet/ergm.ego/blob/5b8d52c5d937655ccb7d5abdbf07ce3aec8d37d4/tests/testthat/test-EgoStat.R#L202-L208

started to fail. Interestingly the same test with the same seed passes for me locally, but not on CI...

We should make it deterministic, perhaps set a new seed, or disable alltogether? @krivit ?

mbojan commented 3 months ago

So the seed change helped, for now.