Skip to content

Commit

Permalink
Added TODOS (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed May 23, 2023
1 parent 53fc85b commit 52f8602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-BLR-tutorial.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# omp_set_num_threads(1)
# #***********************IMPORTANT******************************************************

# TODO: create n_threads so ncores is not fixed at 32 in the LogicRegr() call below
# # set the seed
# set.seed(040590)
# # construct a correlation matrix for M = 50 variables
Expand Down Expand Up @@ -49,7 +50,7 @@
# res4G = LogicRegr(formula = formula1, data = df,
# family = "Gaussian", prior = "G", report.level = 0.5,
# d = 15,cmax = 2,kmax = 15, p.and = 0.9, p.not = 0.1, p.surv = 0.2,
# ncores = 32)
# ncores = 32) # FIXME: returns NULL objects even if ran at full power
# # Bayesian logic regression with the Jeffreys prior
# res4J = LogicRegr(formula = formula1, data = df,
# family = "Gaussian", prior = "J", report.level = 0.5,
Expand Down

0 comments on commit 52f8602

Please sign in to comment.