Skip to content
Snippets Groups Projects
Commit b203ba40 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[docs] small fix in the sphinx docs

parent f7b75a02
No related branches found
No related tags found
No related merge requests found
Pipeline #36740 passed
...@@ -314,7 +314,7 @@ def split(filename, ncolumns=None, sort=False): ...@@ -314,7 +314,7 @@ def split(filename, ncolumns=None, sort=False):
negatives : 1D :py:class:`numpy.ndarray` of type float negatives : 1D :py:class:`numpy.ndarray` of type float
This array contains the list of scores, for which the ``claimed_id`` and This array contains the list of scores, for which the ``claimed_id`` and
the ``real_id`` are different (see :py:func:`four_column`) the ``real_id`` are different (see :py:func:`four_column`)
positives : 1D :py:class:`numpy.ndarray` of type float positives : 1D :py:class:`numpy.ndarray` of type float
This array contains the list of scores, for which the ``claimed_id`` and This array contains the list of scores, for which the ``claimed_id`` and
the ``real_id`` are identical (see :py:func:`four_column`) the ``real_id`` are identical (see :py:func:`four_column`)
""" """
......
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