From af95ace7d213bfdf95f004e149dbb52928ff607c Mon Sep 17 00:00:00 2001 From: Paul Lang <47160416+paulflang@users.noreply.github.com> Date: Sat, 4 Mar 2023 21:36:34 +0100 Subject: [PATCH] use ModelingToolkit --- test/reactions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reactions.jl b/test/reactions.jl index 3bc0046..7e82b2a 100644 --- a/test/reactions.jl +++ b/test/reactions.jl @@ -1,5 +1,5 @@ using SBMLToolkit -using Catalyst, SBML +using Catalyst, SBML, ModelingToolkit using Test cd(@__DIR__)