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

Correct signature of generate_from_array #204

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

Conversation

uvilla
Copy link
Contributor

@uvilla uvilla commented Nov 21, 2022

generate_from_array is missing parameters exude_time_limit and exude_sliver_bound from the list of input. This causes an error when calling generate_from_inr since arguments are called positionally an not by keyword.

`generate_from_array` is missing parameters `exude_time_limit` and `exude_sliver_bound` from the list of input. This causes an error when calling `generate_from_inr` since arguments are called positionally an not by keyword.
@uvilla uvilla changed the title Update main.py Correct signature of generate_from_array Nov 21, 2022
@uvilla
Copy link
Contributor Author

uvilla commented Feb 15, 2023

Fixes #208

@MattTheCuber
Copy link

Fixes #211

@MattTheCuber
Copy link

@nschloe Any chance you could merge this pull request and create a new release?

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.

2 participants