Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jan 11, 2024
1 parent c10cb8e commit 6df8dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ new_dist_spec <- function(params, distribution) {
}
## convert normal with sd == 0 to fixed
if (distribution == "normal" && is.numeric(params$sd) && params$sd == 0) {
rQet <- list(
ret <- list(
parameters = list(value = params$mean), distribution = "fixed"
)
} else {
Expand Down

0 comments on commit 6df8dca

Please sign in to comment.