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
* Fixes#3821: Bug in stridable indexing of Strings in multilocale
This PR fixes#3821 which gave incorrect results for stridable index into segstrngs on multilocale
* remove test skip
---------
Co-authored-by: Tess Hayes <[email protected]>
Co-authored-by: ajpotts <[email protected]>
Describe the bug
The reverse indexing of Strings sometimes produces the incorrect result under reverse indexing on multi-local builds.
To Reproduce
With
./arkouda_server -nl 2
the code:Gives output:
Expected behavior
The array should be correctly reversed.
The text was updated successfully, but these errors were encountered: