We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug pdarray.reshape with a scalar argument doesn't work
pdarray.reshape
To Reproduce
>>> a3darr.reshape(1000) ... RuntimeError: Unrecognized command: reshape<float64,3,1000> >>> arr.reshape((1000,)) array([0.00000000000000000 0.00000000000000000 0.00000000000000000 ... 0.00000000000000000 0.00000000000000000 0.00000000000000000])
Expected behavior We either adjust documentation, or fix the underlying issue.
Is this a Blocking Issue No, workaround is easy enough.
ak.get_config() Output
ak.get_config()
In [5]: ak.get_config() Out[5]: {'arkoudaVersion': 'v2023.01.11+792.ga4f8c5ae.dirty', 'chplVersion': '2.4.0 (2dc533360e)', 'ZMQVersion': '4.3.4', 'HDF5Version': '1.12.1', 'serverHostname': 'dev', 'ServerPort': 5555, 'numLocales': 1, 'numPUs': 6, 'maxTaskPar': 6, 'physicalMemory': 16517623808, 'distributionType': 'domain(unmanaged DefaultRectangularDom(1,int(64),one))', 'LocaleConfigs': [{'id': 0, 'name': 'dev', 'numPUs': 6, 'maxTaskPar': 6, 'physicalMemory': 16517623808}], 'authenticate': False, 'logLevel': 'INFO', 'logChannel': 'CONSOLE', 'regexMaxCaptures': 20, 'byteorder': 'little', 'autoShutdown': False, 'serverInfoNoSplash': False, 'maxArrayDims': 3}
The text was updated successfully, but these errors were encountered:
drculhane
Successfully merging a pull request may close this issue.
Describe the bug
pdarray.reshape
with a scalar argument doesn't workTo Reproduce
Expected behavior
We either adjust documentation, or fix the underlying issue.
Is this a Blocking Issue
No, workaround is easy enough.
ak.get_config()
OutputThe text was updated successfully, but these errors were encountered: