(self)
| 250 | check_d_samples(qn, n=10000) |
| 251 | |
| 252 | def test_bigq(self): |
| 253 | mu, sigma, q = (-20, 4, 3) |
| 254 | qn = qlognormal_gen(mu, sigma, q) |
| 255 | check_d_samples(qn, n=10000) |
| 256 | |
| 257 | def test_offgrid_int(self): |
| 258 | mu, sigma, q = (1, 2, 2) |
nothing calls this directly
no test coverage detected