multimodal.tests.data package

Submodules

multimodal.tests.data.get_dataset_path module

multimodal.tests.data.get_dataset_path.get_dataset_path(filename)

Return the absolute path of a reference dataset for tests

  • Input parameter:

Parameters:

filename (str) – File name of the file containing reference data for tests (which must be in skgilearn/tests/datasets/)

  • Output parameters:

Returns:

The absolute path where the file with name filename is stored

Return type:

str

Module contents