Skip to content

Commit fd836e7

Browse files
committed
docs: disable ILU for now
1 parent aa1229b commit fd836e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/tutorials/large_systems.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ left and right preconditioners, matrices which approximate the inverse of `W = I
226226
used in the solution of the ODE. An example of this with using
227227
[IncompleteLU.jl](https://github.com/haampie/IncompleteLU.jl) is as follows:
228228

229-
```@example ill_conditioned_nlprob
229+
```julia
230+
# FIXME: On 1.10+ this is broken. Skipping this for now.
230231
using IncompleteLU
231232

232233
function incompletelu(W, du, u, p, t, newW, Plprev, Prprev, solverdata)

0 commit comments

Comments
 (0)