You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running
plotSimple.jl
I get several warnings like this one (that I don't understand completely):The text was updated successfully, but these errors were encountered: