Skip to content

Commit

Permalink
Include test data into meta folder
Browse files Browse the repository at this point in the history
Moving test data into the meta folder to solve the input data error does not exist during the container test.
  • Loading branch information
bagari committed Oct 31, 2024
1 parent ddafef8 commit 90d1ae2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes/meta/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "meta" %}
{% set version = "1.0.0" %}
{% set sha256 = "a35dd5bc3ccffaaf83aa488233467ae85dc5374aea3068c34a6dc85ea29e27a9" %}
{% set sha256 = "4946fb3ad6600160f589104cda63d025ce891524315af85f0cf450b628648183" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -52,13 +52,11 @@ requirements:
- vtk-io-ffmpeg >=9.2.6,<9.3.0 build=*{{ build_variant }}*

test:
source_files:
- resources/CST_R.nii.gz
imports:
- meta
commands:
- meta --help 2>&1 || exit 1
- vtklevelset resources/CST_R.nii.gz CST_R.vtk 0.1 && test -f CST_R.vtk
- vtklevelset $PREFIX/meta/testdata/CST_R.nii.gz CST_R.vtk 0.1 && test -f CST_R.vtk
- cmrep_vskel -c 3 -p 1.5 -g CST_R.vtk CST_R_skeleton.vtk && test -f CST_R_skeleton.vtk

about:
Expand Down

0 comments on commit 90d1ae2

Please sign in to comment.