Skip to content

Commit

Permalink
Removed "Remotes" field from DESCRIPTION.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Feb 26, 2019
1 parent edb0507 commit 2625a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ URL: https://github.com/stephens999/ashr
BugReports: https://github.com/stephens999/ashr/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Remotes: stephenslab/mixsqp
4 changes: 2 additions & 2 deletions tests/testthat/test_pois.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ test_that("lik_pois (log link) fitted g is close to true g",{
ash.pois.out = ash(rep(0,length(x)),1,lik = lik_pois(x,link="log"),
g = trueg,control = list(verbose = TRUE))

# Check if the estimated mixture proportion for components delta(0) and U(-3,3)
# is close to the true mixture proportion (0.8,0.2)
# Check if the estimated mixture proportion for components delta(0)
# and U(-3,3) is close to the true mixture proportion (0.8,0.2)
expect_equal(ash.pois.out$fitted_g$pi, c(0.8,0.2), tolerance = 0.05)
})

Expand Down

0 comments on commit 2625a41

Please sign in to comment.