From 09da0af2f57470f251516dfd5b19e1a7b8578cf9 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 5 Nov 2024 13:34:02 +0100 Subject: [PATCH] fix implicit imports test --- src/PositiveIntegrators.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PositiveIntegrators.jl b/src/PositiveIntegrators.jl index c4c146a2..81e488eb 100644 --- a/src/PositiveIntegrators.jl +++ b/src/PositiveIntegrators.jl @@ -40,7 +40,7 @@ import OrdinaryDiffEq: alg_order, isfsal, _ode_interpolant, _ode_interpolant!, get_fsalfirstlast -using RecipesBase +using RecipesBase: @recipe # 2. Export functionality defining the public API export PDSFunction, PDSProblem