Gregory Lee

Results 318 comments of Gregory Lee

For historical context, https://github.com/scipy/scipy/pull/11045 is the PR included in SciPy 1.5 where the safe ufunc type signatures for these `bdtr` functions were changed from `iid->d` to `did->d` and the `_legacy_deprecation`...

> I unintentionally duplicated this issue in https://github.com/scipy/scipy/issues/15731 - my opinion was that since the warning explicitly [announces](https://github.com/scipy/scipy/blob/v1.8.0/scipy/special/_legacy.pxd#L41-L43) removal by 1.7, we could directly do this in 1.9. My only...

> Gentle ping @grlee77 for renaming this issue... upside_down_face done, but feel free to modify it if you like. I can try to submit a small PR to address this...

#634 re-enables these additional test dependencies and can be used as a basis to start from when fixing this issue

@andreydung: I know it has been awhile, but is there any interest on your end in reviving this PR? If so, I am willing to help review and move it...

All public functions / classes need documentation strings in the NumPy style: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt At a minimum, a short description and the `Parameters` and `Returns` sections should be present. You can...

> How could I run the specific tests for steerable only? You should be able to run `py.test` on specific folders or files: ` py.test skimage/transform/tests/test_steerable.py` to run only tests...

Thanks. I will review this again when I get a chance. > On a side note, how do I run the examples code in doc/examples folder? It keeps importing the...

@andreydung The code needs a rebase (this is what the message above about "branch has conflicts that must be resolved") is referring to and why the CI services (Appveyor, Travis)...

The one CI failure doesn't look related to this PR. I just restarted it to see if it was just a fluke.