Skip to content

feat: update error databases #2806

New issue

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

Merged
merged 1 commit into from
Aug 18, 2024
Merged

feat: update error databases #2806

merged 1 commit into from
Aug 18, 2024

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
GY invalid arguments. Array must have the same shape. Error
GZ invalid argument. Second argument must be an array of integers. Value: %s. TypeError
Ga invalid argument. First argument must be an ndarray having at least %d dimensions. TypeError
Gb invalid argument. Dimension indices must be sorted in ascending order. Value: %s. Error
Gc invalid argument. Dimension indices must be unique. Value: %s. Error
Gd invalid argument. First argument must be an array of ndarrays. Value: %s. TypeError
Ge invalid argument. First argument must be an array of ndarrays which are broadcast-compatible. Value: %s. TypeError
Gf invalid argument. First argument must be an array of ndarrays having at least %d dimensions after broadcasting. TypeError
Gg invalid argument. Index argument is out-of-bounds. Value: %d. RangeError
Gh invalid argument. Sixth argument must be a nonnegative integer. Value: %d. RangeError
Gi invalid argument. Ninth argument must be greater than or equal to max(1,%d). Value: %d. RangeError
Gj invalid argument. Eleventh argument must be greater than or equal to max(1,%d). Value: %d. RangeError
Gk invalid argument. Fourteenth argument must be greater than or equal to max(1,%d). Value: %d. RangeError
Gl invalid argument. First argument must be an ndarray containing double-precision floating-point numbers. Value: %s. TypeError
Gm invalid argument. Second argument must be an ndarray containing double-precision floating-point numbers. Value: %s. TypeError
Gn invalid argument. First argument must have at least one dimension. TypeError
Go invalid argument. Second argument must have at least one dimension. TypeError
Gp invalid argument. Third argument must be a negative integer. Value: %s. TypeError
Gq invalid argument. Third argument must be a value on the interval: [%d,%d]. Value: %d. RangeError
Gr invalid argument. The size of the contracted dimension must be the same for both input ndarrays. Dim(%s,%d) = %d. Dim(%s,%d) = %d. RangeError
Gs invalid arguments. Input ndarrays must be broadcast compatible. Shape(%s) = (%s). Shape(%s) = (%s). Error

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Aug 18, 2024
@stdlib-bot stdlib-bot requested a review from a team August 18, 2024 01:18
@kgryte kgryte merged commit 4012d6f into develop Aug 18, 2024
20 checks passed
@kgryte kgryte deleted the update-error-databases branch August 18, 2024 03:16
gunjjoshi pushed a commit to gunjjoshi/stdlib that referenced this pull request Aug 21, 2024
PR-URL: stdlib-js#2806
Reviewed-by: Athan Reines <kgryte@gmail.com>
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants