Skip to content

Commit 980fb63

Browse files
author
Meghan Jones
authored
Migrate remaining test images to DVC (#6301)
1 parent 7823eba commit 980fb63

File tree

893 files changed

+412
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

893 files changed

+412
-286
lines changed

doc/examples/images.dvc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: 891a693c24ee65a30c639953b3817038.dir
3-
size: 34612020
2+
- md5: b9a74e1d6fecbf50b8c510188b0c528d.dir
3+
size: 34612929
44
nfiles: 53
55
path: images

doc/rst/source/devdocs/contributing.rst

Lines changed: 0 additions & 2 deletions

doc/scripts/images.dvc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: fec006baaf50880d191eeac5ab354de2.dir
3-
size: 18620823
2+
- md5: ad2a5dfef1fb6197fb8a929fb80a587c.dir
3+
size: 18609653
44
nfiles: 193
55
path: images

test/api/apicubeplot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
#
33
# Test the C API for reading via a matrix and making a plot
4-
# DVC_TEST
54
ps=apicubeplot.ps
65
if [ ! -f cube.nc ]; then
76
cp "${src}"/../grdinterpolate/cube.nc .

test/api/apigrdpix.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
#
33
# Test the C API for passing matrices to grdimage as grids
4-
# DVC_TEST
54
ps=api_matrix_as_grid.ps
65
testapi_matrix_as_grid

test/api/apimat2grd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Test the C API for passing a global grid as a matrix to grdimage
44
# and have the central meridian work correctly.
5-
# DVC_TEST
65

76
ps=apimat2grd.ps
87
testapi_grid2matrix

test/api/apimat_360.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Test the C API for passing a global grid as a matrix to grdimage
44
# and have the central meridian work correctly.
5-
# DVC_TEST
65

76
ps=apimat_360.ps
87
testapi_matrix_360 > $ps

test/api/apimat_360_ref.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Test the C API for passing a global grid as a matrix to grdimage via reference
44
# and have the central meridian work correctly.
5-
# DVC_TEST
65

76
ps=apimat_360_ref.ps
87
testapi_matrix_360_ref > $ps

test/api/apimat_io.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Test the C API for reading and writing native matrices.
44
# We read @hotspots.txt and write it out again, then plot it.
5-
# DVC_TEST
65

76
ps=apimat_io.ps
87
testapi_matrix_io

test/api/apimatgrd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
#
33
# Test the C API for reading grd plotting matrix
4-
# DVC_TEST
54
ps=apimatgrd.ps
65
testapi_matrix_plot > $ps

0 commit comments

Comments
 (0)