From c8f099a8c89813a8dd0ab3b9114f66c537b97e5b Mon Sep 17 00:00:00 2001 From: "St. Elmo" Date: Sat, 5 Jun 2021 22:50:15 +0200 Subject: [PATCH] remove deprecated function test --- test/base/utils/StandardModel.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/base/utils/StandardModel.jl b/test/base/utils/StandardModel.jl index 6fde22f54..821371d61 100644 --- a/test/base/utils/StandardModel.jl +++ b/test/base/utils/StandardModel.jl @@ -15,10 +15,6 @@ atom_fluxes = atom_exchange(sol, model) @test isapprox(atom_fluxes["C"], -37.1902, atol = 1e-3) - # exchange trackers - consuming, producing = exchange_reactions(sol, model; verbose = false) - @test isapprox(consuming["EX_nh4_e"], -4.76532, atol = 1e-3) - # metabolite trackers consuming, producing = metabolite_fluxes(sol, model) @test isapprox(consuming["atp_c"]["PFK"], -7.47738, atol = 1e-3)