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

getindex(o::PyObject, s::Symbol) is deprecated in favor of dot overloading #173

Closed
goedman opened this issue Nov 25, 2019 · 2 comments
Closed

Comments

@goedman
Copy link
Contributor

goedman commented Nov 25, 2019

Hi John, hope you are doing well!

I noticed below warning and wonder if this is hard/possible to fix? Tons of these when e.g. ] test NumericalMethodsforEngineers.

Best,
Rob

┌ 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 NumericalMethodsforEngineers.jl:5
└ @ Core ~/.julia/dev/NumericalMethodsforEngineers/src/NumericalMethodsforEngineers.jl:5
WARNING: eval into closed module Symata:
Expr(:ref, :sympy, :(:sign))
  ** incremental compilation may be fatally broken for this module **

@goedman
Copy link
Contributor Author

goedman commented Dec 6, 2019

Hi John ( @jlapeyre ), apologies for the ping, but I was just wondering if my above question is doable or not. Thanks!

@goedman
Copy link
Contributor Author

goedman commented Jan 25, 2020

Thanks a lot John!

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

No branches or pull requests

1 participant