From ae5717c47ecceadae99b0a540ffc9d6145c3eda1 Mon Sep 17 00:00:00 2001 From: Nanami <88866882+krmr73@users.noreply.github.com> Date: Thu, 15 Jun 2023 23:13:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=BF=E3=83=BC=E3=82=B2=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=83=87=E3=83=BC=E3=82=BF=E3=81=AErho=E3=81=AE?= =?UTF-8?q?=E5=80=A4=E3=81=AE=E9=96=93=E9=81=95=E3=81=84=E3=82=92=E7=9B=B4?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make_synthetic_target.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_synthetic_target.jl b/make_synthetic_target.jl index 8408adb..884ac43 100644 --- a/make_synthetic_target.jl +++ b/make_synthetic_target.jl @@ -40,7 +40,7 @@ function synthetic_target() N = 1:10 parameter_sets = [ Dict("rho" => 5, "nu" => 15), - Dict("rho" => 21, "nu" => 7), + Dict("rho" => 20, "nu" => 7), Dict("rho" => 5, "nu" => 5) ] ss = ["SSW", "WSW"]