From 26734af63865cf8d6caa9c9f2b998d639fc9ba35 Mon Sep 17 00:00:00 2001 From: Vaibhav Dixit Date: Mon, 26 Feb 2024 15:29:09 -0500 Subject: [PATCH] fix --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 528b474..026f852 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,4 +1,4 @@ -using DiffEqParamEstim, Test +using DiffEqParamEstim, Test, Optimization const GROUP = get(ENV, "GROUP", "All")