Skip to content

Commit 900fdc0

Browse files
committed
Fix test, update PSs amd more failed attempts to make DVC work
1 parent 5c3a7a7 commit 900fdc0

File tree

9 files changed

+3
-6
lines changed

9 files changed

+3
-6
lines changed

test/baseline/psxy.dvc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: c597478c2dfc51aa340071f73df8731c.dir
3-
nfiles: 142
2+
- md5: 943fde38ba4b0d65350c58bea7313e4e.dir
3+
nfiles: 143
44
path: psxy
55
hash: md5

test/baseline/psxy/gradients.ps

51 KB
Binary file not shown.

test/baseline/psxyz/gradients3d.ps

56.4 KB
Binary file not shown.

test/baseline/psxyz/sphere.ps

27.2 KB
Binary file not shown.

test/grdview/gouraud.ps

2.15 MB
Binary file not shown.

test/grdview/gouraud.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
# GMT_KNOWN_FAILURE
32
#
43
# Test Gouraud shading for grdview surfaces with -Qg
54
# Creates comparison plots: flat shading vs Gouraud shading

test/psxy/gradients.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
# GMT_KNOWN_FAILURE
32
#
43
# Test gradient-filled polygons with -G+g (Gouraud shading)
54
# Tests RGB format (x y r g b), color names (x y colorname),

test/psxyz/gradients3d.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
# GMT_KNOWN_FAILURE
32
#
43
# Test gradient-filled 3D polygons with -G+g (Gouraud shading)
54
# Tests RGB format (x y z r g b), color names (x y z colorname),

test/psxyz/sphere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Test -SP sphere symbol
33
ps=sphere.ps
4-
echo 3 3 3 | gmt psxyz -R0/6/0/6/0/6 -JX10c -JZ4c -p135/45 -SP2c -Gblue -W0.2p,red -Ba -Baz -P -K > $ps
4+
echo 3 3 3 | gmt psxyz -R0/6/0/6/0/6 -JX10c -JZ4c -p135/45 -SP2c -Gblue -W0.2p,red -Ba -Bza -P -K > $ps
55
echo 5 2 4 | gmt psxyz -R -J -JZ -p -SP1.5c+f -Ggreen -W0.5p -O -K >> $ps
66
echo 2 5 2 | gmt psxyz -R -J -JZ -p -SP1c+n -Gred -W0.3p,black -O >> $ps

0 commit comments

Comments
 (0)