Skip to content

Commit

Permalink
Shortened the degree.mean.age.R test.
Browse files Browse the repository at this point in the history
references #47
  • Loading branch information
krivit committed Jun 22, 2021
1 parent 1aa09c9 commit f2bb156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/degree.mean.age.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ logit<-function(p)log(p/(1-p))

coef.form.f<-function(coef.diss,density) -log(((1+exp(coef.diss))/(density/(1-density)))-1)

S<-10000
S<-1000

n<-100
target.stats<-edges<-100
Expand Down

0 comments on commit f2bb156

Please sign in to comment.