Skip to content

Commit

Permalink
experiments continued
Browse files Browse the repository at this point in the history
  • Loading branch information
Hughes authored and Hughes committed Aug 28, 2024
1 parent 12de6ab commit 7f91d20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/getPriors.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ getPriors <- function(modList = NULL,
sSigmaMax = 0.18,
rIntSE = 0.25,
rSigmaMin =0.00001,
rSigmaMax = 0.8,
rSigmaMax = 0.45,
qMin=0, qMax =0.6,
uMin = 0, uMax = 0.2,
zMin = 0, zMax = 0.2,
Expand Down
2 changes: 1 addition & 1 deletion man/getPriors.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-caribouBayesianPM.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ test_that("results match expected", {
manyObs <- doScn(nCollar = 2000, rQuantile = 0.9, sQuantile = 0.9)
doPlot(manyObs, title = "2000 collars")

fewCollarObs <- doScn(nCollar = 0, rQuantile = 0.9, sQuantile = 0.9)
fewCollarObs <- doScn(nCollar = 5, rQuantile = 0.9, sQuantile = 0.9)
doPlot(fewCollarObs, title = "5 collars")

difMany <- calcDif(manyObs$obs.all)
Expand Down

0 comments on commit 7f91d20

Please sign in to comment.