Anirudh Dagar

Results 69 comments of Anirudh Dagar

Yes, that's a typo in the notebook. Thanks for pointing it out. Would you like to send in a PR fixing it and updating the results after running the notebook?

I guess I should also bump up the deprecation warnings to `1.10` since `1.9` is already underway unless we somehow manage to sneak both these PRs in before `1.9` release...

``` FAILED ..\..\stats\tests\test_qmc.py::TestPoisson::test_mindist - numpy.core.... ``` Test failure seems unrelated, but I'm curious if it's just a flake or an actual recurring problem in `main`.

Yes, I believe there is nothing to change in this PR though. Should be ready to go.

Sorry if this is a trivial question, but I don't know how to ignore the warning from the docstring example. I mean using warnings context manager in the docstring example...

Ok, so I noticed that I forgot about updating multiple other docstring examples that were using `scipy.misc` still. I've replaced those with `scipy.datasets` now. Apartment from that, should I just...

> I'd suggest to copy-paste it to scipy stats as a private function now and use it. Thanks @ev-br where exactly in `scipy.stats` would you suggest moving the method to,...

Fixed the failing problems. This is ready for review, and I hope CI is also green now. Ps. Added global deprecation doc warning for the documentation on `scipy.misc` page. Edit:...

@rgommers sorry for the delay, I've made the changes as requested. I was unsure what you meant by the similarity with `scipy/sparse/linalg/eigen.py` example. Please let me know if you meant...

Gentle ping @rgommers. Request you to review this again :) Thanks!