I've looked at the paper a bit. That might actually be up my alley. Let
me reread and get back to you.
On Wed, Jan 22, 2014 at 5:05 PM, Stéfan van der Walt <stefan(a)sun.ac.za>wrote:
> Hi all,
>
> Has anyone taken a look at non-local means denoising? It would make
> for a good PR.
>
> Stéfan
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
[ matthew m trentacoste ]
[ ]
[ mt(a)matttrent.com ]
[ http://matttrent.com ]
[ twitter: @matttrent ]
[ +1.415.326.3226 ]
Juan,
You also might want to look into using a testing framework such as
nose (https://nose.readthedocs.org/en/latest/) for running your unit
tests. A number of scientific python packages use this package
including scikit-image. If you name the file and functions/classes
containing your unit tests correctly, nose will automatically collect
and run your tests. In addition, you can use the handy nosetests command
which will set the exit value correctly. If you look at the .travis.yml
file for scikits-image you will see that on line 66 nosetests is used to
run runs the unit tests. This same method is used in many other
scientific python packages
Cheers,
- Jonathan
On 01/21/2014 12:06 AM, Ralf Gommers wrote:
>
>
>
> On Tue, Jan 21, 2014 at 2:00 AM, Juan Nunez-Iglesias
> <jni.soma(a)gmail.com <mailto:jni.soma@gmail.com>> wrote:
>
> Hi guys,
>
> A bit off-topic but I hope someone will be able to help trivially...
>
> I'm trying to run Travis on my own gala repository (you might
> remember gala from my scipy2012 talk, when it was called ray). It
> appeared to be working fine, but actually it's giving me a little
> green dot when in fact a bunch of tests are failing!
>
> https://travis-ci.org/jni/gala/builds/16860892
>
>
> Last line:"Done. Your build exited with 0."
>
>
> Here's the corresponding .travis.yml file:
>
> https://github.com/jni/gala/blob/tree-agglo/.travis.yml
>
> What am I doing wrong? How can I make it so the test failures
> result in build failures?
>
>
> You need your test script to have a nonzero exit status. You also need
> to run all your tests from a single script for that to work properly.
> You could copy and adapt
> https://github.com/scipy/scipy/blob/master/runtests.py for your project.
>
> Cheers,
> Ralf
>
>
>
> Thanks,
>
> Juan.
>
> --
> You received this message because you are subscribed to the Google
> Groups "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to scikit-image+unsubscribe(a)googlegroups.com
> <mailto:scikit-image%2Bunsubscribe@googlegroups.com>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to scikit-image+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
On Tue, Jan 21, 2014 at 2:00 AM, Juan Nunez-Iglesias <jni.soma(a)gmail.com>wrote:
> Hi guys,
>
> A bit off-topic but I hope someone will be able to help trivially...
>
> I'm trying to run Travis on my own gala repository (you might remember
> gala from my scipy2012 talk, when it was called ray). It appeared to be
> working fine, but actually it's giving me a little green dot when in fact a
> bunch of tests are failing!
>
> https://travis-ci.org/jni/gala/builds/16860892
>
Last line: "Done. Your build exited with 0."
>
> Here's the corresponding .travis.yml file:
>
> https://github.com/jni/gala/blob/tree-agglo/.travis.yml
>
> What am I doing wrong? How can I make it so the test failures result in
> build failures?
>
You need your test script to have a nonzero exit status. You also need to
run all your tests from a single script for that to work properly. You
could copy and adapt
https://github.com/scipy/scipy/blob/master/runtests.pyfor your
project.
Cheers,
Ralf
> Thanks,
>
> Juan.
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
Hi guys,
A bit off-topic but I hope someone will be able to help trivially...
I'm trying to run Travis on my own gala repository (you might remember gala
from my scipy2012 talk, when it was called ray). It appeared to be working
fine, but actually it's giving me a little green dot when in fact a bunch
of tests are failing!
https://travis-ci.org/jni/gala/builds/16860892
Here's the corresponding .travis.yml file:
https://github.com/jni/gala/blob/tree-agglo/.travis.yml
What am I doing wrong? How can I make it so the test failures result in
build failures?
Thanks,
Juan.
@Juan That'd be great :-)
On Sat, Jan 18, 2014 at 9:28 PM, Juan Nunez-Iglesias <jni.soma(a)gmail.com> wrote:
> Thanks for the ping, Johannes! I myself dropped the ball on this but ready
> to pick it up again!
>
>
> On Sun, Jan 19, 2014 at 3:24 AM, Johannes Schönberger <jsch(a)demuc.de> wrote:
>>
>> Good to hear.
>>
>> Let me know how to improve the Development section and I could certainly
>> contribute another example - not sure how many examples we want to include?
>>
>> On Jan 18, 2014, at 4:30, Stéfan van der Walt <stefan(a)sun.ac.za> wrote:
>>
>> > Johannes, sorry for the delay on this; the paper is a top priority for
>> > me, and I should have quite a bit of time to work on this starting Sunday
>> > evening.
>> >
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "scikit-image" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an email to scikit-image+unsubscribe(a)googlegroups.com.
>> > For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "scikit-image" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to scikit-image+unsubscribe(a)googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Good to hear.
Let me know how to improve the Development section and I could certainly contribute another example - not sure how many examples we want to include?
On Jan 18, 2014, at 4:30, Stéfan van der Walt <stefan(a)sun.ac.za> wrote:
> Johannes, sorry for the delay on this; the paper is a top priority for me, and I should have quite a bit of time to work on this starting Sunday evening.
>
>
> --
> You received this message because you are subscribed to the Google Groups "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.