From 570b2e2dbdd1822e14552339ec5cb35669fc63d9 Mon Sep 17 00:00:00 2001 From: Esteban82 Date: Sat, 2 Nov 2024 12:11:52 -0300 Subject: [PATCH 1/2] Fix --- src/psevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psevents.c b/src/psevents.c index 8f56230c56f..2d48d7ef0a6 100644 --- a/src/psevents.c +++ b/src/psevents.c @@ -846,7 +846,7 @@ GMT_LOCAL void psevents_set_outarray (struct GMT_CTRL *GMT, struct PSEVENTS_CTRL out[t_col] = 0.0; if (Ctrl->M.active[PSEVENTS_DZ]) out[z_col] += Ctrl->M.value[PSEVENTS_DZ][PSEVENTS_VAL1] * x; /* Changing of color via dz */ } - else if (finite_duration && t_now < t[PSEVENTS_T_END]) { /* We are within the normal display phase with nominal symbol size */ + else if (t_now < t[PSEVENTS_T_END]) { /* We are within the normal display phase with nominal symbol size */ out[x_col] = 1.0; out[i_col] = out[t_col] = 0.0; /* No intensity or transparency during normal phase */ } From 0903d62f91656101fcc679db2d51d66b455193c2 Mon Sep 17 00:00:00 2001 From: Esteban82 Date: Tue, 31 Dec 2024 17:47:41 -0300 Subject: [PATCH 2/2] Add GMT_KNOWN_FAILURE --- test/psevents/events.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/psevents/events.sh b/test/psevents/events.sh index dd92b18a1d8..3d9325980eb 100755 --- a/test/psevents/events.sh +++ b/test/psevents/events.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash # Test gmt psevents with some quakes +# GMT_KNOWN_FAILURE + ps=events.ps #gmt convert "https://earthquake.usgs.gov/fdsnws/event/1/query.csv?starttime=2018-01-01%2000:00:00&endtime=2018-12-31%2000:00:00&minmagnitude=5&orderby=time-asc" \