misc.bytescale bug
Hello, It seems like there is a bug in misc.bytescale. Or I am not understanding what the intended behavior should be. What I think is a bug shows up when you try to bytescale an array with both cmin/cmax parameters and low/high parameters. I think it's a pretty simple fix that I would like to tackle. What is the next step for me? Creating an issue on github with some example code and data? Thanks for the input. -Greg Dooper
On Wed, Sep 7, 2016 at 12:56 AM, Greg Dooper <greg.dooper@gmail.com> wrote:
Hello, It seems like there is a bug in misc.bytescale. Or I am not understanding what the intended behavior should be. What I think is a bug shows up when you try to bytescale an array with both cmin/cmax parameters and low/high parameters.
I think it's a pretty simple fix that I would like to tackle.
What is the next step for me? Creating an issue on github with some example code and data?
Yes, that would be great. Be sure to include an example that demonstrates the problem. Warren
Thanks for the input.
-Greg Dooper
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
I have a pull request up for this bug ( https://github.com/scipy/scipy/pull/6554). I should probably squash some of the commits together, but I'd rather wait on feedback first. -Greg On Tue, Sep 6, 2016 at 11:10 PM, Warren Weckesser < warren.weckesser@gmail.com> wrote:
On Wed, Sep 7, 2016 at 12:56 AM, Greg Dooper <greg.dooper@gmail.com> wrote:
Hello, It seems like there is a bug in misc.bytescale. Or I am not understanding what the intended behavior should be. What I think is a bug shows up when you try to bytescale an array with both cmin/cmax parameters and low/high parameters.
I think it's a pretty simple fix that I would like to tackle.
What is the next step for me? Creating an issue on github with some example code and data?
Yes, that would be great. Be sure to include an example that demonstrates the problem.
Warren
Thanks for the input.
-Greg Dooper
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@scipy.org https://mail.scipy.org/mailman/listinfo/scipy-dev
participants (2)
-
Greg Dooper -
Warren Weckesser