From e3c12f6f825447e721771a73f98e7884f0da4e2a Mon Sep 17 00:00:00 2001 From: leburgel Date: Thu, 19 Mar 2026 10:27:06 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20type=20restriction=20on=20`env?= =?UTF-8?q?=E2=82=80`=20in=20`select=5Falgorithm(::typeof(fixedpoint),=20.?= =?UTF-8?q?..)`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/algorithms/select_algorithm.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/select_algorithm.jl b/src/algorithms/select_algorithm.jl index 949468ad3..93333b1bd 100644 --- a/src/algorithms/select_algorithm.jl +++ b/src/algorithms/select_algorithm.jl @@ -19,7 +19,7 @@ function select_algorithm end function select_algorithm( ::typeof(fixedpoint), - env₀::CTMRGEnv; + env₀; tol = Defaults.optimizer_tol, # top-level tolerance verbosity = 3, # top-level verbosity boundary_alg = (;), gradient_alg = (;), optimizer_alg = (;),