From e71cbe27125747e9a4359245534a18bab93b9b58 Mon Sep 17 00:00:00 2001 From: Sophie Arana Date: Mon, 4 Nov 2024 09:34:47 +0000 Subject: [PATCH] fix: correct link in comment linked simulation address has changed --- autoemulate/simulations/projectile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoemulate/simulations/projectile.py b/autoemulate/simulations/projectile.py index a95bb26b..774cd8c9 100644 --- a/autoemulate/simulations/projectile.py +++ b/autoemulate/simulations/projectile.py @@ -1,4 +1,4 @@ -# from https://github.com/alan-turing-institute/mogp-emulator/blob/main/mogp_emulator/simulations/projectile.py +# from https://github.com/alan-turing-institute/mogp-emulator/blob/main/mogp_emulator/demos/projectile.py import numpy as np from scipy.integrate import solve_ivp