Skip to content

Commit e058f47

Browse files
TorkelEisaacsas
andcommitted
Update test/spatial_reaction_systems/lattice_reaction_systems.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 499a748 commit e058f47

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/spatial_reaction_systems/lattice_reaction_systems.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ let
106106
tr_5 = TransportReaction(dW, W)
107107
lrs = LatticeReactionSystem(rs, [tr_1, tr_2, tr_3, tr_4, tr_5], grid)
108108

109-
@test ModelingToolkit.getname.(species(lrs)) == [:W, :X, :Y, :Z, :V]
110-
@test ModelingToolkit.getname.(spatial_species(lrs)) == [:X, :Y, :Z, :V, :W]
111-
@test ModelingToolkit.getname.(parameters(lrs)) == [:pX, :pY, :dX, :dY, :pZ, :pV, :dZ, :dV, :dW]
112-
@test ModelingToolkit.getname.(vertex_parameters(lrs)) == [:pX, :pY, :dY, :pZ, :pV]
113-
@test ModelingToolkit.getname.(edge_parameters(lrs)) == [:dX, :dZ, :dV, :dW]
114109

115110
@unpack pX, pY, pZ, pV, dX, dY, X, Y, Z, V = rs
116111
dZ, dV, dW = edge_parameters(lrs)[2:end]

0 commit comments

Comments
 (0)