Skip to content
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

Added NumPy support for utbot-python #2742

Merged
merged 22 commits into from
Jun 3, 2024

Conversation

AndrewPolyakov1
Copy link
Contributor

Labels (hint)

Choose the obligatory labels:

  • "ctg" (category): enhancement
  • "comp" (component): fuzzing, codegen, priority-minor

Feel free to apply more labels to your PR, e.g.: lang-java, priority-minor, spec-performance

Title (hint)

Added support for NumPy library (specifically numpy.ndarray).

Description

Implemented new type for fuzzer (NDArray), added complementary value provider, change python-executor to support testing new values.

Self-check list

Check off the item if the statement is true. Hint: [x] is a marked item.

Please do not delete the list or its items.

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@tamarinvs19 tamarinvs19 self-requested a review May 17, 2024 07:24
@tamarinvs19 tamarinvs19 added ctg-enhancement New feature, improvement or change request comp-codegen Issue is related to code generator comp-fuzzing Issue is related to the fuzzing lang-python Issue is related to python support labels May 17, 2024
@tamarinvs19 tamarinvs19 merged commit 228072f into UnitTestBot:main Jun 3, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-codegen Issue is related to code generator comp-fuzzing Issue is related to the fuzzing ctg-enhancement New feature, improvement or change request lang-python Issue is related to python support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants