We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bf0ed commit 7bdfc05Copy full SHA for 7bdfc05
src/tests/stats/test_distribution_uniform.fypp
@@ -187,7 +187,7 @@ contains
187
#:if t1[0] == "i"
188
call check(all(res == ans), &
189
msg="uniform_distribution_rvs_${t1[0]}$${k1}$ failed", warn=warn)
190
- #:elif
+ #:else
191
call check(all(abs(res - ans) < ${k1}$tol), &
192
193
#:endif
0 commit comments