-
Notifications
You must be signed in to change notification settings - Fork 131
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
Numpy fill
accepts only numbers
#1389
Comments
I will take a look at it. |
The reason for this behaviour is located in I think that a "simple" maybe not good way would be to rewrite it to an assignement. |
philip-paul-mueller
added a commit
to philip-paul-mueller/dace
that referenced
this issue
Nov 1, 2023
This was referenced Nov 1, 2023
BenWeber42
added a commit
that referenced
this issue
Nov 17, 2023
This PR is for addressing issue [#1389](#1389). --------- Co-authored-by: acalotoiu <[email protected]> Co-authored-by: BenWeber42 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Current replacement for
numpy.fill
checks that the value is a Number (or boolean). This prevents using a variable.To Reproduce
Steps to reproduce the behavior:
DaceSyntaxError
Expected behavior
Allow also variables (or parameters) to be passed to fill
The text was updated successfully, but these errors were encountered: