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