From 66e8e51d392f205d3e20a7a1e7b8af188d57cb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 3 Jul 2024 16:04:01 +0200 Subject: [PATCH] Fixes --- .../tutorials/Systems and Control/lyapunov_function_search.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl b/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl index ca550d201..e2edb6ac8 100644 --- a/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl +++ b/docs/src/tutorials/Systems and Control/lyapunov_function_search.jl @@ -63,4 +63,4 @@ JuMP.primal_status(model) # We can now obtain this feasible solution with: value(V) -@test iszero(remove_monomials(MP.polynomial(value(V)), monos)) #src +@test iszero(remove_monomials(polynomial(value(V)), monos)) #src