gmt icon indicating copy to clipboard operation
gmt copied to clipboard

Fix meca

Open Chuan1937 opened this issue 2 months ago • 9 comments

Fix test error #8821

The test failed, but it works correctly when I test it locally.

(base) chuan@DESKTOP-QF9C9FL:~/Code/gmt$ cd /home/chuan/Code/gmt/build && ctest --output-on-failure -R "fc_okb|full_moment_tensor|meca_-Smdz|seis_07" 2>&1 | tail -15
Test project /home/chuan/Code/gmt/build
    Start  692: test/potential/fc_okb.sh
1/4 Test  #692: test/potential/fc_okb.sh ..........   Passed    0.97 sec
    Start 1137: test/seis/full_moment_tensor.sh
2/4 Test #1137: test/seis/full_moment_tensor.sh ...   Passed    3.06 sec
    Start 1138: test/seis/meca_-Smdz.sh
3/4 Test #1138: test/seis/meca_-Smdz.sh ...........   Passed    1.50 sec
    Start 1148: test/seis/seis_07.sh
4/4 Test #1148: test/seis/seis_07.sh ..............   Passed    2.39 sec

100% tests passed, 0 tests failed out of 4

Total Test time (real) =   7.95 sec

@seisman

Chuan1937 avatar Nov 04 '25 07:11 Chuan1937