From 1cf1944a059d234ae9635243917b1a574639012f Mon Sep 17 00:00:00 2001 From: araujoms Date: Thu, 8 Feb 2024 23:22:31 +0100 Subject: [PATCH] kick asymptotic expansion into the long grass --- src/Cones/epirelentropy.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cones/epirelentropy.jl b/src/Cones/epirelentropy.jl index 591c5b5b8..47f064a90 100644 --- a/src/Cones/epirelentropy.jl +++ b/src/Cones/epirelentropy.jl @@ -397,7 +397,7 @@ function get_central_ray_epirelentropy(w_dim::Int) u = 1.2023 / rtw_dim - 0.015 v = 0.432 / rtw_dim + 1.0125 w = -0.3057 / rtw_dim + 0.972 - elseif w_dim <= 60 + elseif w_dim <= 300 u = 1.1513 / rtw_dim - 0.0069 v = 0.4873 / rtw_dim + 1.0008 w = -0.4247 / rtw_dim + 0.9961