Skip to content

Commit 9891b2c

Browse files
committed
Fix x2sys_cross as pd.DataFrame is 'vectors' kind now
1 parent 808755d commit 9891b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/x2sys_cross.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def x2sys_cross(
195195
match data_kind(track):
196196
case "file":
197197
file_contexts.append(contextlib.nullcontext(track))
198-
case "matrix":
198+
case "vectors":
199199
# find suffix (-E) of trackfiles used (e.g. xyz, csv, etc) from
200200
# $X2SYS_HOME/TAGNAME/TAGNAME.tag file
201201
tagfile = Path(

0 commit comments

Comments
 (0)