QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"

Home Page:https://julia.quantecon.org/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of LoopVectorization in wealth_dynamics

jlperla opened this issue · comments

Deprecated in Julia 1.11, sadly.

Can just replace with @inbounds and will be good enough for the lectures

Can verify this is working again with Julia 1.11.