Skip to content

Commit

Permalink
Merge pull request #4101 from hmaarrfk/fixup_data_init_cell
Browse files Browse the repository at this point in the history
Add cell dataset to docs
  • Loading branch information
soupault committed Aug 18, 2019
2 parents 6de08ed + de812d0 commit 8440646
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skimage/data/__init__.py
Expand Up @@ -24,6 +24,7 @@
'binary_blobs',
'brick',
'camera',
'cell',
'checkerboard',
'chelsea',
'clock',
Expand Down Expand Up @@ -372,7 +373,7 @@ def cell():
References
----------
..[1]: Paul Müller, Mirjam Schürmann, Salvatore Girardo, Gheorghe Cojoc,
.. [1] Paul Müller, Mirjam Schürmann, Salvatore Girardo, Gheorghe Cojoc,
and Jochen Guck. "Accurate evaluation of size and refractive index
for spherical objects in quantitative phase imaging." Optics Express
26(8): 10729-10743 (2018). :DOI:`10.1364/OE.26.010729`
Expand Down
6 changes: 6 additions & 0 deletions skimage/data/tests/test_data.py
Expand Up @@ -99,3 +99,9 @@ def test_binary_blobs():
def test_lfw_subset():
""" Test that "lfw_subset" can be loaded."""
data.lfw_subset()


def test_cell():
""" Test that "cell" image can be loaded. """
data.cell()

0 comments on commit 8440646

Please sign in to comment.