statnet / ergm

Fit, Simulate and Diagnose Exponential-Family Models for Networks
Other
94 stars 36 forks source link

correct dyad indexing in ergm_block #539

Open chad-klumb opened 10 months ago

chad-klumb commented 10 months ago

This PR corrects a dyad indexing error in ergm_block that affected dyad sampling in directed diagonal blocks, adds a related test to confirm that all free dyads vary with a blocks constraint, and reduces the run length of some other tests to keep total test time from increasing.

krivit commented 7 months ago

@chad-klumb , what's the status on this? Is it good to merge?