Skip to content

Commit

Permalink
Corrected annotations on some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Dec 10, 2023
1 parent 15d8d2d commit e5ffa24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tergm
Version: 4.2-2517
Date: 2023-05-30
Version: 4.2-2546
Date: 2023-12-10
Title: Fit, Simulate and Diagnose Models for Network Evolution Based on Exponential-Family Random Graph Models
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")),
Expand Down
8 changes: 4 additions & 4 deletions tests/testthat/helper-CMLE.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CMLE.tools$do.run_2 <- function(dir, bip=FALSE, prop.weights="default"){

for(prop.weight in prop.weights){

test_that(paste("Force CMPLE on", completeness, netdesc, "proposal", prop.weight), {
test_that(paste("Force CMLE on", completeness, netdesc, "proposal", prop.weight), {

ctrl <- control.tergm(CMLE.ergm=control.ergm(force.main=TRUE, MCMC.prop.weights=prop.weight))

Expand Down Expand Up @@ -202,7 +202,7 @@ CMLE.tools$do.run_2 <- function(dir, bip=FALSE, prop.weights="default"){

for(prop.weight in prop.weights){

test_that(paste("Force CMPLE on", completeness, netdesc, "proposal", prop.weight), {
test_that(paste("Force CMLE on", completeness, netdesc, "proposal", prop.weight), {

ctrl <- control.tergm(CMLE.ergm=control.ergm(force.main=TRUE, MCMC.prop.weights=prop.weight))

Expand Down Expand Up @@ -293,7 +293,7 @@ CMLE.tools$do.run_1 <- function(dir, bip=FALSE, prop.weights="default"){

for(prop.weight in prop.weights){

test_that(paste("Force CMPLE on", completeness, netdesc, "proposal", prop.weight), {
test_that(paste("Force CMLE on", completeness, netdesc, "proposal", prop.weight), {

ctrl <- control.tergm(CMLE.ergm=control.ergm(force.main=TRUE, MCMC.prop.weights=prop.weight))

Expand Down Expand Up @@ -375,7 +375,7 @@ CMLE.tools$do.run_1 <- function(dir, bip=FALSE, prop.weights="default"){

for(prop.weight in prop.weights){

test_that(paste("Force CMPLE on", completeness, netdesc, "proposal", prop.weight), {
test_that(paste("Force CMLE on", completeness, netdesc, "proposal", prop.weight), {

ctrl <- control.tergm(CMLE.ergm=control.ergm(force.main=TRUE, MCMC.prop.weights=prop.weight))

Expand Down

0 comments on commit e5ffa24

Please sign in to comment.