diff --git a/probprog/PP2 - Bayesian regression and classification.jl b/probprog/PP2 - Bayesian regression and classification.jl index 22073337..afaeb4f5 100644 --- a/probprog/PP2 - Bayesian regression and classification.jl +++ b/probprog/PP2 - Bayesian regression and classification.jl @@ -467,7 +467,7 @@ function get_data_file(name::String) p else # ...otherwise download it from our github repo - Downloads.download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") + download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") end end diff --git a/probprog/PP3 - variational Bayesian inference.jl b/probprog/PP3 - variational Bayesian inference.jl index 82443f7b..96f880c2 100644 --- a/probprog/PP3 - variational Bayesian inference.jl +++ b/probprog/PP3 - variational Bayesian inference.jl @@ -440,7 +440,7 @@ function get_data_file(name::String) p else # ...otherwise download it from our github repo - Downloads.download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") + download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") end end diff --git a/probprog/PP4 - Bayesian filtering and smoothing.jl b/probprog/PP4 - Bayesian filtering and smoothing.jl index 90abb118..7873f111 100644 --- a/probprog/PP4 - Bayesian filtering and smoothing.jl +++ b/probprog/PP4 - Bayesian filtering and smoothing.jl @@ -328,7 +328,7 @@ function get_data_file(name::String) p else # ...otherwise download it from our github repo - Downloads.download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") + download("https://raw.githubusercontent.com/bmlip/course/refs/tags/v4/probprog/data/$(name)") end end