Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Nov 23, 2024
1 parent 389d09a commit 7d6cbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/network_analysis/network_properties.jl
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ let
# Test using numbers
k = rand(rng, numparams(MAPK))
ratevec = collect(zip(parameters(MAPK), k))
ratemap = Dict(ratemap)
ratetup = Tuple(ratemap)
ratemap = Dict(ratevec)
ratetup = Tuple(ratevec)

@test Catalyst.fluxmat(MAPK, ratemap) == Catalyst.fluxmat(MAPK, ratevec) == Catalyst.fluxmat(MAPK, ratetup)
K = Catalyst.fluxmat(MAPK, ratemap; sparse = true)
Expand Down

0 comments on commit 7d6cbf5

Please sign in to comment.