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

Array + scalar arithmetic #2

Closed
wants to merge 1 commit into from
Closed

Array + scalar arithmetic #2

wants to merge 1 commit into from

Conversation

pablo-baeza
Copy link

Kept getting an error that didn't allow me to run these lines.
According to JuliaLang/julia#6417:
"Array+Scalar and Array-Scalar operations were deprecated, and one has to use the .+ and .- operators instead.", so I fixed these array operations

Kept getting an error that didn't allow me to run these lines.
According to JuliaLang/julia#6417:
"Array+Scalar and Array-Scalar operations were deprecated, and one has to use the .+ and .- operators instead.", so I fixed these array operations
@pablo-baeza pablo-baeza closed this Nov 7, 2018
@pablo-baeza pablo-baeza reopened this Nov 7, 2018
@pablo-baeza pablo-baeza closed this Nov 7, 2018
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