You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, only read_mat_scp() supports matrix ranges (as in /path/to/file/foo.ark:5[30:40])
I suggest moving the range parsing into read_mat() so that ranges are also supported for direct calls of this function.
The text was updated successfully, but these errors were encountered:
As of now, only
read_mat_scp()
supports matrix ranges (as in/path/to/file/foo.ark:5[30:40]
)I suggest moving the range parsing into
read_mat()
so that ranges are also supported for direct calls of this function.The text was updated successfully, but these errors were encountered: