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

Add make_list and tests for make_list, make_array #949

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kosiew
Copy link
Contributor

@kosiew kosiew commented Nov 14, 2024

Which issue does this PR close?

Completes a task in #463

Rationale for this change

This PR introduces a new function, make_list, which is an alias for the existing make_array function and also tests.

What changes are included in this PR?

Functionality: Added a new function make_list in functions.py, which is an alias for make_array.

Tests: Updated test_functions.py to include parameterized tests for both make_array and make_list, ensuring consistency in functionality.

Are there any user-facing changes?

Yes, the addition of the make_list function expands the API, providing users with a new way to achieve the same behavior as make_array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant