Hi, when using np.random.choice, I got an Exception with message "Specified method is not supported.", and the stack trace is:
at NumSharp.NPTypeCodeExtensions.GetAccumulatingType(NPTypeCode typeCode)
at NumSharp.Backends.DefaultEngine.cumsum_elementwise(NDArray& arr, Nullable1 typeCode) at NumSharp.Backends.DefaultEngine.ReduceCumAdd(NDArray& arr, Nullable1 axis_, Nullable1 typeCode) at NumSharp.np.cumsum(NDArray arr, Nullable1 axis, Nullable`1 typeCode)
Hi, when using
np.random.choice, I got an Exception with message "Specified method is not supported.", and the stack trace is: