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

Warnings in plotSimple.jl #4

Closed
sbacelar opened this issue Apr 19, 2019 · 1 comment · Fixed by #10
Closed

Warnings in plotSimple.jl #4

sbacelar opened this issue Apr 19, 2019 · 1 comment · Fixed by #10

Comments

@sbacelar
Copy link

When running plotSimple.jlI get several warnings like this one (that I don't understand completely):

┌ Warning: `getindex(o::PyObject, s::Symbol)` is deprecated in favor of dot overloading (`getproperty`) so elements should now be accessed as e.g. `o.s` instead of `o[:s]`.
│   caller = top-level scope at In[1]:8
└ @ Core In[1]:8
@h-Klok
Copy link
Owner

h-Klok commented May 11, 2019

Thanks @sbacelar, those errors had to do with how python object fields/attributes were referenced, they should now be fixed.

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 a pull request may close this issue.

2 participants