Module: load_test_data

Load test data from Scilpy in a local temporary directory. Archives names can be found at: https://github.com/scilus/scilpy/blob/96ab12eb5d303754ef7ad74d7385137683cb9d47/scilpy/io/fetcher.py#L59

Inputs

TypeDescriptionPattern
ch_archivestringInput archives to download and extract Structure: [ val(archive_name) ]*.zip
test_data_prefixstringPrefix for the output test data directory Structure: [ val(directory_prefix) ]*

Outputs

TypeDescriptionPattern
test_data_directoryfileDirectory containing test data extracted from the archive Structure: [ path(temporary_test_data_path) ]/{prefix}_/archive_name
versionsfileFile containing software versions Structure: [ path(versions.yml) ]versions.yml

Components

testdata/scilpy

Keywords

load
test
data
scilpy

Authors

@AlexVCaron