Skip to content

Commit

Permalink
fix cmdstan path in pathfinder test for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Jan 18, 2024
1 parent 7e8f643 commit f640925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model-pathfinder.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context("model-pathfinder")

set_cmdstan_path("/mnt/home/sbronder/opensource/stan/origin/cmdstan")
set_cmdstan_path()
stan_program <- testing_stan_file("bernoulli")
mod <- testing_model("bernoulli")
stan_program_fp <- testing_stan_file("bernoulli_fp")
Expand Down

0 comments on commit f640925

Please sign in to comment.