Paul Wessel

Results 280 comments of Paul Wessel

Odd since my macOS gives ``` The following tests FAILED: 407 - test/gmtspatial/lonjump.sh (Failed) 623 - test/greenspline/gspline_5.sh (Failed) ```

@seisman, have a forgotten to add PS files to DVC for vert_cube_cuts.sh, bothg.sh, cm4 and event_lines.sh? How can those fail in the CI for macOS if the pass locally?

As for the downloading, my best guess is some interference between jobs running at the same time. Not failing for me. I assume you are using `static.generic-mapping-tools.org` as the server...

Sorry, that question was mostly for @joa-quim

Predate wrappers. @joa-quim added it, but cannot imagine it should be available in modern mode?

The purpose was to use **grdimage** to directly give a raster image from the grid, with no border etc. But clearly, I think it should be disallowed in modern mode...

I agree, just leave it. However, with -A it skips all the PS setup so perhaps @seisman can tell us what confused him - should we improve the docs to...

Also, we should give error if -A is used with -B.

Don't think so. Lots of places were we dont call _GMT_Destroy_Data_ in the module. They are all handled by the garbage collector _gmtlib_garbage_collection_ when the module ends.

@joa-quim would know but grdimage -A ends up calling GDAL for writing and I dont know if it is OK there to write a binary image to stdout.