load_test_data
load_test_data
Section titled “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
Keywords : load, test, data, scilpy
Components : testdata/scilpy
Inputs
Section titled “Inputs”| Type | Description | Mandatory | Pattern | |
|---|---|---|---|---|
| ch_archive | string | Input archives to download and extract Structure: [ val(archive_name) ] | True | *.zip |
| test_data_prefix | string | Prefix for the output test data directory Structure: [ val(directory_prefix) ] | True | * |
Outputs
Section titled “Outputs”| Type | Description | Optional | Pattern | |
|---|---|---|---|---|
| test_data_directory | file | Directory containing test data extracted from the archive Structure: [ path(temporary_test_data_path) ] | False | */{prefix}_*/archive_name |
| versions | file | File containing software versions Structure: [ path(versions.yml) ] | False | versions.yml |
Authors
Section titled “Authors”Last updated : 2025-10-30