Skip to content

Commit

Permalink
minor fix to indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielturek committed Jan 5, 2024
1 parent 9f6c40b commit cdb1329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble/R/MCMC_samplers.R
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ sampler_slice <- nimbleFunction(
print("Please set 'nimbleOptions(MCMCsaveHistory = TRUE)' before building the MCMC.")
return(numeric(1, 0))
}
},
},
reset = function() {
width <<- widthOriginal
timesRan <<- 0
Expand Down

0 comments on commit cdb1329

Please sign in to comment.