naught101 / sobol_seq

python implementation of Sobol' sequence generator
MIT License
67 stars 29 forks source link

broken link in README #24

Closed keithbriggs closed 2 years ago

keithbriggs commented 2 years ago

Scipy now has an implementation of a Sobol sequence generator, which is more feature complete than this one. You can see the documentation here: https://docs.scipy.org/doc/scipy/reference/reference/generated/scipy.stats.qmc.Sobol.html

Not Found

The requested URL /doc/scipy-1.8.0/html-scipyorg/reference/reference/generated/scipy.stats.qmc.Sobol.html was not found on this server.
Apache/2.4.39 (Ubuntu) Server at docs.scipy.org Port 443
keithbriggs commented 2 years ago

Should be: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.qmc.Sobol.html.

naught101 commented 2 years ago

fixed