-
Notifications
You must be signed in to change notification settings - Fork 76
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
lra_csv fails in nightly regression tests #1200
Comments
Update: a similar error is happening with kmeans:
|
New error:
|
@khuck just rename the variable to not be "gradient" and all will be well. |
khuck
added a commit
that referenced
this issue
Jun 25, 2020
Yes, I have the same error when running lra_csv: {file}: /home/nanmiao/Documents/project/dev/src/phylanx/src/execution_tree/compiler/compiler.cpp
{line}: 818
{function}: phylanx::execution_tree::compiler::handle_define
{what}: lra(14, 20): the variable 'gradient' was already used as a name for a primitive (as: 'gradient(_1, _2)'): HPX(bad_parameter) |
This should be fixed in #1202, but it hasn't been merged yet |
I'm still waiting for the tests to cycle. I'll merge it asap. |
hkaiser
added a commit
that referenced
this issue
Jun 26, 2020
Renaming gradient variable to prevent error as reported in #1200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the lra_csv example results in the following error:
The text was updated successfully, but these errors were encountered: