Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Nov 23, 2024
1 parent f8df438 commit 389d09a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/network_analysis/network_properties.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ using Catalyst, LinearAlgebra, Test, SparseArrays
using StableRNGs
rng = StableRNG(514)

### Defining reaction networks.

### Basic Tests ###

# Tests basic `ReactionComplex` properties.
Expand Down Expand Up @@ -62,7 +60,6 @@ let
k = rand(rng, numparams(MAPK))
rates = Dict(zip(parameters(MAPK), k))
@test Catalyst.iscomplexbalanced(MAPK, rates) == false

cyclemat = Catalyst.cycles(MAPK)
S = netstoichmat(MAPK)
for i in 1:size(S, 2)-1
Expand Down Expand Up @@ -298,7 +295,6 @@ let
complexoutgoingmat(rs; sparse = true) == sparse(cmplx_out_mat)
end


# Tests outgoing complexes matrices (2).
# Checks using dense and sparse representation.
let
Expand Down

0 comments on commit 389d09a

Please sign in to comment.