Skip to content
Snippets Groups Projects
Commit 48908b86 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

correct previous commit

parent 82c658c8
No related branches found
No related tags found
No related merge requests found
Pipeline #3378 passed
......@@ -10,7 +10,7 @@ from scipy import sparse
from . import get_multiview_db as DB
def get_view(dataset, view_index, used_indices=None):
def get_v(dataset, view_index, used_indices=None):
"""Used to extract a view as a numpy array or a sparse mat from the HDF5 dataset"""
if used_indices is None:
used_indices = range(dataset.get("Metadata").attrs["datasetLength"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment