Skip to content

Commit

Permalink
remove deprecated function test
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Jun 5, 2021
1 parent 8ce7405 commit c8f099a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/base/utils/StandardModel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c8f099a

Please sign in to comment.