From fd836e79e56e8f0060780b8e5a5a63dfe209da90 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Tue, 24 Sep 2024 13:03:08 -0400 Subject: [PATCH] docs: disable ILU for now --- docs/src/tutorials/large_systems.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/tutorials/large_systems.md b/docs/src/tutorials/large_systems.md index 24797ff96..368535287 100644 --- a/docs/src/tutorials/large_systems.md +++ b/docs/src/tutorials/large_systems.md @@ -226,7 +226,8 @@ left and right preconditioners, matrices which approximate the inverse of `W = I used in the solution of the ODE. An example of this with using [IncompleteLU.jl](https://github.com/haampie/IncompleteLU.jl) is as follows: -```@example ill_conditioned_nlprob +```julia +# FIXME: On 1.10+ this is broken. Skipping this for now. using IncompleteLU function incompletelu(W, du, u, p, t, newW, Plprev, Prprev, solverdata)