Skip to content

Commit

Permalink
comment on test_normal failing if r8=r4
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Jan 22, 2025
1 parent c68fe38 commit 8583817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function inv_weighted_normal_cdf(alpha, mean, sd, q) result(x)
! VARIABLES THROUGHOUT NEED TO SWITCH TO DIGITS_12
! The comment above is not consistent with the performance of these routines
! as validated by test_normal. There is no evidence that this is still
! required.
! required. HK @todo test_normal fails if r8=r4, so beware.

! Can search in a standard normal, then multiply by sd at end and add mean
! Divide q by alpha to get the right place for weighted normal
Expand Down

0 comments on commit 8583817

Please sign in to comment.