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
When returning an array in a UDF in combination with the new async_mode, the following error appears:
ValueError: The truth value of an array with more than one element is ambiguous.
@xw.func(async_mode='threading') @xw.ret(expand='vertical',transpose=True) def test1(a): time.sleep(5) b = np.array([a,a]) return b
The text was updated successfully, but these errors were encountered:
16f037a
Merge pull request #985 from ZoomerAnalytics/xltrail-984-async-numpy
98a0a6b
fixed cache check for numpy arrays closes #984
No branches or pull requests
Windows 7
xlwings 0.14,Office365,Python 2.7
When returning an array in a UDF in combination with the new async_mode, the following error appears:
ValueError: The truth value of an array with more than one element is ambiguous.
The text was updated successfully, but these errors were encountered: