ilastik / lazyflow

lazy parallel ondemand zero copy numpy array data flows with caching and dirty propagation
Other
77 stars 59 forks source link

Reduce number of warnings #334

Closed k-dominik closed 4 years ago

k-dominik commented 4 years ago

On a quest in reducing noise in tests, and in ilastik in general I've tackled most warnings issued by dependencies. Warning count went down from 188 to 24 when running the tests.

Warnings removed:

I'm doing the same in the other repos while I'm at it. Now it's easier to concentrate on our own warnings...

btw. numpy.array_equal (and it's sister numpy.array_equiv) are awesome, didn't know them before. Those functions eat almost anything

Tomaz-Vieira commented 4 years ago

Some heroic work there. I like less pollution in my logs =D

k-dominik commented 4 years ago

I'm closing this and will do a cleanup for both ilastik + lazyflow once the repos are merged. It's nicer that way imo