Skip to content

Commit

Permalink
fix: ターゲットデータのrhoの値の間違いを直す
Browse files Browse the repository at this point in the history
  • Loading branch information
krmr73 committed Jun 15, 2023
1 parent 5d0a997 commit ae5717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_synthetic_target.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit ae5717c

Please sign in to comment.