Skip to content
Snippets Groups Projects

Removed the superfluous original_data_list_files from the FileSelector

16 files
+ 534
505
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -47,7 +47,7 @@ class Algorithm:
See :py:func:`bob.bio.base.score_fusion_strategy` for possible values.
kwargs : ``key=value`` pairs
A list of keyword arguments to be written in the :py:meth:`__str__` function.
A list of keyword arguments to be written in the `__str__` function.
"""
Loading