Skip to content

Commit

Permalink
update test FP
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 27, 2024
1 parent be71b0c commit 0f0684d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ arguments:
required: true
test_resources:
- type: python_script
path: /common/comp_tests/check_metric_config.py
path: /common/component_tests/check_metric_config.py
- type: python_script
path: /common/comp_tests/run_and_check_adata.py
path: /common/component_tests/run_and_check_output.py
- path: /common/library.bib
- path: /resources/denoising/pancreas
dest: resources/denoising/pancreas
- path: /resources_test/denoising/pancreas
dest: resources_test/denoising/pancreas
2 changes: 1 addition & 1 deletion src/api/comp_process_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ arguments:
required: true
test_resources:
- type: python_script
path: common/comp_tests/run_and_check_adata.py
path: common/component_tests/run_and_check_output.py
- path: /resources_test/common/pancreas
dest: resources_test/common/pancreas

0 comments on commit 0f0684d

Please sign in to comment.