Skip to content

feat: update error databases #6827

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
Apr 29, 2025
Merged

feat: update error databases #6827

merged 1 commit into from
Apr 29, 2025

Conversation

stdlib-bot
Copy link
Contributor

@stdlib-bot stdlib-bot commented Apr 27, 2025

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Hz invalid arguments. Input and output arrays must have the same shape. Error
I0 invalid argument. First argument specifies an unexpected number of types. A pair of input and output ndarray data types must be specified for each provided strided function. Error
I1 invalid argument. First argument specifies an unexpected number of types. An input ndarray data type must be specified for each provided strided function. Error
I2 invalid argument. Array arguments after the first two arrays must have the same number of loop dimensions. Input array shape: [%s]. Number of loop dimensions: %d. Array shape: [%s] (index: %d). Error
I3 invalid argument. Loop dimensions must be consistent across all provided arrays. Input array shape: [%s]. Loop dimension indices: [%s]. Loop dimensions: [%s]. Array shape: [%s] (index: %d). Error
I4 invalid argument. First argument must be an object having a ""types"" property whose associated value is an array-like object. TypeError
I5 invalid argument. First argument must be an object having a ""fcns"" property whose associated value is an array-like object containing functions. TypeError
I6 invalid argument. Fourth argument must be an object having a supported output data type policy. Value: %s. TypeError
I7 invalid argument. Fourth argument must be an object having a supported casting policy. Value: %s. TypeError
I8 invalid operation. Unable to promote the input and output data types. Input data type: %s. Output data type: %s. Error
I9 invalid argument. Third argument must be a supported casting policy. Value: %s. TypeError
IA invalid option. %s option must be an object containing properties having values which are objects. Option: %s. TypeError
IB invalid option. %s option must be an object having %s %s property which is an array of strings. Option: %s. TypeError
IC invalid option. %s option must have %s %s property. TypeError
ID invalid argument. Second argument must be either an ndarray or a numeric scalar value. Value: %s. TypeError
IE invalid argument. Eleventh argument must be non-zero. Value: %d. RangeError

@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Apr 27, 2025
@stdlib-bot stdlib-bot requested a review from a team April 27, 2025 00:27
@stdlib-bot
Copy link
Contributor Author

stdlib-bot commented Apr 27, 2025

Coverage Report

Package Statements Branches Functions Lines
error/tools/database $\color{green}85/85$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}85/85$
$\color{green}+100.00\%$
error/tools/id2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
error/tools/pkg2id $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot force-pushed the update-error-databases branch from f221dc1 to 3b8c00d Compare April 29, 2025 03:01
@kgryte kgryte merged commit f16d98f into develop Apr 29, 2025
16 checks passed
@kgryte kgryte deleted the update-error-databases branch April 29, 2025 03:09
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.

2 participants