From 48dfa667db1cdd1970bbebd0f4e2ec43b90e6c21 Mon Sep 17 00:00:00 2001 From: Astitva Aggarwal Date: Wed, 9 Aug 2023 12:00:25 +0530 Subject: [PATCH] Test dependancies errors --- test/BPINN_Tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BPINN_Tests.jl b/test/BPINN_Tests.jl index 373ea5c6a..7c15de9f7 100644 --- a/test/BPINN_Tests.jl +++ b/test/BPINN_Tests.jl @@ -1,5 +1,5 @@ # Testing Code -using MCMCChains, ForwardDiff, Distributions +using MCMCChains, ForwardDiff, Distributions, OrdinaryDiffEq using NeuralPDE, Flux, OptimizationOptimisers, AdvancedHMC, Lux using Statistics, Random, Functors, ComponentArrays, Test