h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

Warnings in `plotSimple.jl` #4

Closed sbacelar closed 5 years ago

sbacelar commented 5 years ago

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 commented 5 years ago

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