From d4498fba0f58c37c04d7188c260e574a43c877e5 Mon Sep 17 00:00:00 2001 From: ka-bear <84268563+ka-bear@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:07:31 +0800 Subject: [PATCH] Update src/pinn_types.jl Co-authored-by: Christopher Rackauckas --- src/pinn_types.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pinn_types.jl b/src/pinn_types.jl index 473f6f6d2..27845c13d 100644 --- a/src/pinn_types.jl +++ b/src/pinn_types.jl @@ -558,9 +558,6 @@ function numeric_derivative(phi, u, x, εs, order, θ) end end -using Lux -using Random -using ComponentArrays """