From e3af27e9f59c12f047dd4ed44b3538dc7d01f2e1 Mon Sep 17 00:00:00 2001 From: romain veltz Date: Sun, 1 Sep 2024 18:58:02 +0200 Subject: [PATCH] remove Revise from tests --- test/simple_continuation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple_continuation.jl b/test/simple_continuation.jl index 45c9c2aa..a4411e02 100644 --- a/test/simple_continuation.jl +++ b/test/simple_continuation.jl @@ -1,4 +1,4 @@ -using Revise +#using Revise # using Plots using Test using BifurcationKit, LinearAlgebra, SparseArrays