From 43218a71bc263a0b45ea44d2149bf8b3a6a84e5e Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:04:15 -0600 Subject: [PATCH] Update index.md close #193 --- tutorials/introduction-to-cutest/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```