nabu-test: try not to use scipy when possible
There are some remaining uses of scipy.misc.ascent()
, but on the other hand we can use the silx.resources mechanism to get test images.
Besides, __have__scipy__
is not correctly handled in some tests.
Edited by Pierre Paleo