Skip to content
Snippets Groups Projects
Commit 401cfac1 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

trying to fix related sphinx errors with python27

parent 5b7872b8
No related branches found
No related tags found
2 merge requests!146Add 4-5-col files related functionalities and add click commands,!138Moving biometrics-related functionality from bob.measure
Pipeline #
...@@ -152,7 +152,7 @@ def cmc_four_column(filename): ...@@ -152,7 +152,7 @@ def cmc_four_column(filename):
Returns: Returns:
:py:class:`list`: A list of tuples, where each tuple contains the :class:`list`: A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database. Both ``negative`` and ``positive`` scores for one probe of the database. Both
``negatives`` and ``positives`` can be either an 1D ``negatives`` and ``positives`` can be either an 1D
:py:class:`numpy.ndarray` of type ``float``, or ``None``. :py:class:`numpy.ndarray` of type ``float``, or ``None``.
...@@ -256,7 +256,7 @@ def cmc_five_column(filename): ...@@ -256,7 +256,7 @@ def cmc_five_column(filename):
Returns: Returns:
:py:class:`list`: A list of tuples, where each tuple contains the :class:`list`: A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database. ``negative`` and ``positive`` scores for one probe of the database.
""" """
...@@ -343,7 +343,7 @@ def cmc(filename, ncolumns=None): ...@@ -343,7 +343,7 @@ def cmc(filename, ncolumns=None):
Returns: Returns:
:py:class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the :class:`list`: [(neg,pos)] A list of tuples, where each tuple contains the
``negative`` and ``positive`` scores for one probe of the database. ``negative`` and ``positive`` scores for one probe of the database.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment