Skip to content

Commit

Permalink
Fix error call
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 24, 2024
1 parent 5976e91 commit 2fc8d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sample-manual.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ monty_sample_manual_prepare_continue <- function(samples, n_steps, path,
n_chains = length(restart$state),
n_steps = n_steps,
samples = samples)
sample_manual_path_create(path, dat, call = call)
sample_manual_path_create(path, dat)
}


Expand Down

0 comments on commit 2fc8d70

Please sign in to comment.