TST: skel3d: add a Bat Cochlea sample from FIJI collections

This commit is contained in:
Evgeni Burovski
2016-02-02 15:35:55 +00:00
parent c9ed06ad92
commit 01e1f04b28
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def _postprocess_image(img_o):
def compute_thin_image(img_in):
img = _prepare_image(img_in)
img = _compute_thin_image(img)
img = np.asarray(_compute_thin_image(img))
img = _postprocess_image(img)
return img
@@ -25,6 +25,11 @@ def test_simple_3d():
for fname in ['3/stack', '4/stack']:
yield check_skel_3d, fname
# 'slow' test: Bat Cochlea from FIJI collections.
def test_large():
for fname in ['bat/bat-cochlea-volume',]:
yield check_skel_3d, fname
def get_data_path():
# XXX this is a bad temp hack