From 3d487532f283aac0749f7e9d8d1518a651fd16cb Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 11 Dec 2023 21:41:05 +0100 Subject: [PATCH] add YeastGEM to tests (thx @mihai-sysbio for reporting a real GEM with groups :] ) --- test/loadmodels.jl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/loadmodels.jl b/test/loadmodels.jl index eda6d60..2e5f1f2 100644 --- a/test/loadmodels.jl +++ b/test/loadmodels.jl @@ -27,6 +27,15 @@ sbmlfiles = [ 6, fill(Inf, 3), ), + # a highly curated model full of features + ( + joinpath(@__DIR__, "data", "yeast-GEM.xml"), + "https://raw.githubusercontent.com/SysBioChalmers/yeast-GEM/v9.0.0/model/yeast-GEM.xml", + "0e120b0d4015048ef2edaf86ea039c533a72827ff00a34ca35d9fbe87a2781e5", + 2805, + 4130, + fill(1000.0, 3), + ), # a cool model with `time` from SBML testsuite ( joinpath(@__DIR__, "data", "00852-sbml-l3v2.xml"),