From a4029fcfff83ffd5f23a5aaf5aa57ae2e9c378ad Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 22 Nov 2024 13:11:21 -0500 Subject: [PATCH] fix: missing import --- test/zygote_type_stability.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zygote_type_stability.jl b/test/zygote_type_stability.jl index 8a37d52c03..cd7af49d1e 100644 --- a/test/zygote_type_stability.jl +++ b/test/zygote_type_stability.jl @@ -1,4 +1,4 @@ -using Lux, Random, Zygote, StableRNGs, Test +using Lux, Random, Zygote, StableRNGs, Test, TestExtras include("setup_modes.jl")