Skip to content

Commit

Permalink
Merge pull request #238 from larrybradley/skip-table
Browse files Browse the repository at this point in the history
skip doctest in segmentation due to Table formating changes
  • Loading branch information
larrybradley committed Jan 21, 2015
2 parents 6a23d46 + 8edbce2 commit 5c1c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/photutils/segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Now let's measure the properties of the detected sources defined in
the segmentation image with the minimum number of inputs to
`~photutils.segmentation.segment_properties`:

.. doctest-requires:: scipy, skimage
.. doctest-skip::

>>> from photutils import segment_properties, properties_table
>>> props = segment_properties(data, segm)
Expand Down

0 comments on commit 5c1c581

Please sign in to comment.