We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9465b1b commit 9b18a1fCopy full SHA for 9b18a1f
doc/contributing.md
@@ -62,9 +62,9 @@ the problem:
62
filter the messages to include only the GMT-equivalent commands using a command
63
such as:
64
65
- python <test>.py 2>&1 | awk -F': ' '$2=="GMT_Call_Command string" {print "gmt", $3}'
+ python <test>.py 2>&1 | awk -F': ' '$2=="GMT_Call_Command string" {print $3}'
66
67
- where `<test>` is the name of your test script.
+ where `<test>` is the name of your test script. Note that this script works only with GMT>=6.4
68
* If the bug is produced when passing an in-memory data object (e.g., a
69
pandas.DataFrame or xarray.DataArray) to a PyGMT function, try writing the
70
data to a file (e.g., a NetCDF or ASCII txt file) and passing the data file
0 commit comments