Skip to content

Bug-fix: Gamma and Beta Distributions

Compare
Choose a tag to compare
@hkershaw-brown hkershaw-brown released this 22 Jan 19:38
· 177 commits to main since this release
eafcb5b

Bug fixes:

  • Beta distribution only supporting standard Beta, bounded 0-1. #717
  • Gamma distribution only supporting standard, lower bound 0. #786
  • Beta and Gamma bounds are forced in the QCEFF table.

Updates:

  • Explicitly setting distribution type, now have UNSET.
  • Message about failing to converge changed to E_ALLMSG to be visible
    on all MPI ranks. If you get a significant increase in output, please email [email protected] to let us know
  • remove unused test_obs directory #220