statnet / tergm

Fit, Simulate and Diagnose Models for Network Evolution Based on Exponential-Family Random Graph Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test warnings and failures

mbojan opened this issue · comments

Warnings seem to be related to some deprecated testthat functions.

Error comes from

expect_true(z.error(form.mle(y0,y1,y2m), coef(fit)[1], vcov(fit, sources="estimation")[1,1]) <= tolerance)

which should be TRUE but comes out FALSE.