
Hi everyone, First time contributor to Scipy here. I'm trying to fix a function, although for some reason it's failing the scipy.spatial distance testing ( https://github.com/scipy/scipy/pull/11612). I've read all the docs I can find and looked through the testing functions and I cannot seem to figure it out. I just followed an example of a different test for a similar function, although mine's still failing. I hate to keep asking my reviewer really basic questions, but is anyone available to take a look and see if 1) my fix isn't working or 2) I'm testing it incorrectly? And let me know if this isn't the usual format for sending stuff to the mailing list, first time doing this as well. Thanks in advance, really appreciate the community support! -Will

On Sat, Mar 14, 2020 at 4:31 PM Will Tirone <willtironedev@gmail.com> wrote:
Hi everyone,
First time contributor to Scipy here. I'm trying to fix a function, although for some reason it's failing the scipy.spatial distance testing ( https://github.com/scipy/scipy/pull/11612). I've read all the docs I can find and looked through the testing functions and I cannot seem to figure it out. I just followed an example of a different test for a similar function, although mine's still failing. I hate to keep asking my reviewer really basic questions, but is anyone available to take a look and see if 1) my fix isn't working or 2) I'm testing it incorrectly?
And let me know if this isn't the usual format for sending stuff to the mailing list, first time doing this as well.
Hi Will, welcome and thanks for sticking with it. This is a very valid question, you're doing everything right here. Cheers, Ralf
Thanks in advance, really appreciate the community support! -Will _______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
participants (2)
-
Ralf Gommers
-
Will Tirone