Skip to content

Commit 89f7780

Browse files
TorkelEisaacsas
andcommitted
Update test/spatial_reaction_systems/lattice_reaction_systems_ODEs.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent b3b229b commit 89f7780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spatial_reaction_systems/lattice_reaction_systems_ODEs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ let
263263
pE_2 = [:dS => [1.3, 1.4, 2.5, 1.3, 3.4, 1.4, 3.4, 4.5, 2.5, 4.5], :dI => 0.01, :dR => 0.02]
264264
ss_1 = solve(ODEProblem(lrs_1, u0, (0.0, 500.0), (pV, pE_1)), Tsit5()).u[end]
265265
ss_2 = solve(ODEProblem(lrs_2, u0, (0.0, 500.0), (pV, pE_2)), Tsit5()).u[end]
266-
@test all(isequal.(ss_1, ss_2))
266+
@test all(isapprox.(ss_1, ss_2))
267267
end
268268

269269
### Test Transport Reaction Types ###

0 commit comments

Comments
 (0)