Skip to content

Commit

Permalink
Tighten test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Aug 6, 2023
1 parent bcf08ae commit 30e27a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test_lamW.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2015, Avraham Adler All rights reserved
# SPDX-License-Identifier: BSD-2-Clause

tol <- sqrt(.Machine$double.eps)
tol <- 1e-12
# Test that functions return proper values
principleBranchAnswers <- runif(5000, min = -1, max = 703.22703310477016)
principleBranchTests <- principleBranchAnswers * exp(principleBranchAnswers)
Expand Down

0 comments on commit 30e27a1

Please sign in to comment.