From e5c36eef49fbfc459dad0f139eab17b73f05be20 Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch> Date: Tue, 24 Apr 2018 08:49:14 +0200 Subject: [PATCH] fix doc: incorrect old bob.measure reference --- bob/bio/base/score/load.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/bio/base/score/load.py b/bob/bio/base/score/load.py index dc4b6fbf..0d5bdb7f 100644 --- a/bob/bio/base/score/load.py +++ b/bob/bio/base/score/load.py @@ -293,8 +293,8 @@ def split(filename, ncolumns=None, sort=False): """Loads the scores from the given score file and splits them into positives and negatives. Depending on the score file format, it calls see - :py:func:`bob.measure.load.split_four_column` and - :py:func:`bob.measure.load.split_five_column` for details. + :py:func:`bob.bio.base.score.load.split_four_column` and + :py:func:`bob.bio.base.score.load.split_five_column` for details. Parameters ---------- -- GitLab