Skip to content

Commit e2af57e

Browse files
change value of acc
1 parent 8c655ab commit e2af57e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/R-tests/TestExaGeoStatAPI.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ paste("ExaGeoStat with all Modules - tile low rank")
8181
computation <- "tlr"
8282
lts <- 8
8383
max_rank <- 500
84-
acc <- 0
84+
# The final value is computed as 10^(-1.0 * aAccuracy)
85+
acc <- 7
8586

8687
hardware <- new(Hardware, computation, ncores, ngpus, p, q)
8788
exageostat_data <- simulate_data(kernel=kernel, initial_theta=initial_theta, problem_size=problem_size, dts=dts, dimension=dimension)

0 commit comments

Comments
 (0)