Skip to content

Commit e28c090

Browse files
committed
test fix update
1 parent c1704be commit e28c090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/spatial_modelling/lattice_reaction_systems_lattice_types.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ let
167167
graph_oprob = ODEProblem(graph_lrs, u0_graph_grid, (0.0, 100.0), [pV_graph_grid; pE]; jac, sparse)
168168
masked_sol = solve(masked_oprob, QNDF(); saveat=0.1, abstol=1e-9, reltol=1e-9)
169169
graph_sol = solve(graph_oprob, QNDF(); saveat=0.1, abstol=1e-9, reltol=1e-9)
170-
@test base_osol masked_sol graph_sol atol = 1e-6 rtol = 1e-6
170+
@test base_osol masked_sol atol = 1e-6 rtol = 1e-6
171+
@test base_osol graph_sol atol = 1e-6 rtol = 1e-6
172+
@test masked_sol graph_sol atol = 1e-6 rtol = 1e-6
171173
end
172174
end
173175

0 commit comments

Comments
 (0)