diff --git a/tutorials/introduction-to-cutest/index.md b/tutorials/introduction-to-cutest/index.md index da0e6f9b..d9f84efb 100644 --- a/tutorials/introduction-to-cutest/index.md +++ b/tutorials/introduction-to-cutest/index.md @@ -230,7 +230,7 @@ the tool without arguments will return the complete set of problems. ```julia using CUTEst # hide -problems = CUTEst.select() +problems = select_sif_problems() length(problems) ```