File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1815,9 +1815,9 @@ def virtualfile_in( # noqa: PLR0912
1815
1815
elif kind == "matrix" :
1816
1816
# GMT can only accept a 2-D matrix which are signed integer (i), unsigned
1817
1817
# integer (u) or floating point (f) types. For other data types, we need to
1818
- # use virtualfile_from_vectors instead, which turns the matrix into list of
1819
- # vectors and allows for better handling of string type inputs (e.g. for
1820
- # datetime data types).
1818
+ # use virtualfile_from_vectors instead, which turns the matrix into a list
1819
+ # of vectors and allows for better handling of non-integer/float type inputs
1820
+ # (e.g. for string or datetime data types).
1821
1821
_data = (data ,)
1822
1822
if data .dtype .kind not in "iuf" :
1823
1823
_virtualfile_from = self .virtualfile_from_vectors
You can’t perform that action at this time.
0 commit comments