Skip to content

Commit cdd89a4

Browse files
committed
docs: disable ILU for now
1 parent 29c17ac commit cdd89a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/tutorials/large_systems.md

+2-1
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)