-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Deprecation warnings] use Base.getindex(A, :, i)
instead. & Change A[i]
to A.u[i]
#960
Comments
prbzrg
changed the title
Deprecation warnings: *use
[Deprecation warnings] use Dec 22, 2023
Base.getindex(A, :, i)
instead.* & *Change A[i]
to A.u[i]
*Base.getindex(A, :, i)
instead. & Change A[i]
to A.u[i]
There are some others too in the CI. |
Yes, there's a lot of updates to do for RAT v3 |
As a user that is getting this warning, how do I make it go away? |
Set depwarns to error, i.e. |
Should we close this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By new versions, I am getting:
for
and
for
The text was updated successfully, but these errors were encountered: