tests/testthat/_snaps/truncated.md

bad truncations error

Code
  lognormal(0, 1, truncation = c(-1, Inf))
Condition
  Error in `initialize()`:
  ! lower bound must be 0 or higher
  lower bound is: -1
Code
  beta(1, 1, truncation = c(-1, 2))
Condition
  Error in `initialize()`:
  ! lower and upper bounds must be between 0 and 1
  lower bound is: -1
  upper bound is: 2


greta-dev/greta documentation built on Dec. 21, 2024, 5:03 a.m.