mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
docs: example paste error
This commit is contained in:
@@ -296,7 +296,7 @@ Alternatively the ``parzen_async()`` function can also be written with :func:`as
|
||||
|
||||
# create 100 calculations and return the collated result
|
||||
def parzen_async():
|
||||
mu_vec = numpy.array([0, 0])n this case, but without hook support.
|
||||
mu_vec = numpy.array([0, 0])
|
||||
cov_mat = numpy.array([[1, 0], [0, 1]])
|
||||
sample = numpy.random. \
|
||||
multivariate_normal(mu_vec, cov_mat, 10000)
|
||||
|
||||
Reference in New Issue
Block a user